Html Css Color HEX #ED6CB6 Hot Pink

📋 copy color: '#ED6CB6'

red 237 ◦ green 108 ◦ blue 182

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

Shades of Hot Pink #ED6CB6

Tints of Hot Pink #ED6CB6

RGB

 RED value IS 237 (92.97% from 255) = 44.97%

 GREEN value IS 108 (42.58% from 255) = 20.49%

 BLUE value IS 182 (71.48% from 255) = 34.54%

R = 44.97%
G = 20.49%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED6CB6 (or 0xED6CB6) is known color: Hot Pink. HEX triplet: ED, 6C and B6. RGB value is (237,108,182). Sum of RGB (Red+Green+Blue) = 237+108+182=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6CB6 is #129349. Grayscale: #9A9A9A. Windows color (decimal): -1217354 or 11955437. OLE color: 11955437.

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

Color convert

RGB 237 108 182 -
CMYK 0 0.54 0.23 0.07
HSL 325.58º 0.78% 0.68% -
HSV(B) 325.58º 0.54% 0.93% -
XYZ 48.73 32.11 47.88 -
YUV 155.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 237 108 182 0 0.54 0.23 0.07 325.58 0.78 0.68
Hex ED 6C B6 0 36 17 7 146 4E 44
Octal 355 154 266 0 66 27 7 506 116 104
Binary 11101101 1101100 10110110 0 110110 10111 111 101000110 1001110 1000100

Color Harmonies of #ED6CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CB6

Black with #ED6CB6

Text Example


Text Example

White with #ED6CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CB6; }

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

 H1.HeaderClassName
 {
   color: #ED6CB6;
 }
 .AnyTagClassName
 {
   color: #ED6CB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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