#ed6bb6

Color #ED6BB6 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #ED6BB6

Tints of Hot Pink #ED6BB6

Color information

#ED6BB6 (or 0xED6BB6) is unknown color: approx Hot Pink. HEX triplet: ED, 6B and B6. RGB value is (237,107,182). Sum of RGB (Red+Green+Blue) = 237+107+182=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6BB6 is #129449. Grayscale: #9A9A9A. Windows color (decimal): -1217610 or 11955181. OLE color: 11955181.

HSL color Cylindrical-coordinate representation of color #ED6BB6: hue angle of 325.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6BB6 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB237107182-
CMYK00.550.230.07
HSL325.38º78.31%67.45%-
HSV(B)325.38º54.85%92.94%-
XYZ48.6331.947.85-
YUV154.42143.57186.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 45.06%
GREEN value IS 107 (42.19% from 255) = 20.34%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=45.06%
G=20.34%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710718200.550.230.07325.3878.3167.45
HexED6BB60371771454e43
Octal355153266067277505116103
Binary1110110111010111011011001101111011111110100010110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6bb6; }

 p { color: rgb(237,107,182); }

 H1.HeaderClassName
 {
   color: #ed6bb6;
 }
 .AnyTagClassName
 {
   color: #ed6bb6;
 }
</style>
background-color css

<style>
 a { background-color: #ed6bb6; }

 a { background-color: rgb(237,107,182); }

 div.DivClassName
 {
   background-color: #ed6bb6;
 }
 .BgClassName
 {
   background-color: #ed6bb6;
 }
</style>
border-color css

<style>
 span { border-color: #ed6bb6; }

 span { border-color: rgb(237,107,182); }

 td.TdClassName
 {
   border-color: #ed6bb6;
 }
 .TagClassName
 {
   border-color: #ed6bb6;
 }
</style>