Html Css Color HEX #ED6BB6 Hot Pink

📋 copy color: '#ED6BB6'

red 237 ◦ green 107 ◦ blue 182

#ED6BB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #ED6BB6

Tints of Hot Pink #ED6BB6

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.6%

R = 45.06%
G = 20.34%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED6BB6 (or 0xED6BB6) is known color: 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

RGB 237 107 182 -
CMYK 0 0.55 0.23 0.07
HSL 325.38º 0.78% 0.67% -
HSV(B) 325.38º 0.55% 0.93% -
XYZ 48.63 31.9 47.85 -
YUV 154.42 143.57 186.9 -
System Red Green Blue C M Y K H S L
Decimal 237 107 182 0 0.55 0.23 0.07 325.38 0.78 0.67
Hex ED 6B B6 0 37 17 7 145 4E 43
Octal 355 153 266 0 67 27 7 505 116 103
Binary 11101101 1101011 10110110 0 110111 10111 111 101000101 1001110 1000011

Color Harmonies of #ED6BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6BB6

Black with #ED6BB6

Text Example


Text Example

White with #ED6BB6

Text Example


Text Example

HTML Codes & Css Web 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>