Html Css Color HEX #ED6CAA Hot Pink

📋 copy color: '#ED6CAA'

red 237 ◦ green 108 ◦ blue 170

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

Shades of Hot Pink #ED6CAA

Tints of Hot Pink #ED6CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.01%

R = 46.02%
G = 20.97%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED6CAA (or 0xED6CAA) is known color: Hot Pink. HEX triplet: ED, 6C and AA. RGB value is (237,108,170). Sum of RGB (Red+Green+Blue) = 237+108+170=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6CAA is #129355. Grayscale: #999999. Windows color (decimal): -1217366 or 11169005. OLE color: 11169005.

HSL color Cylindrical-coordinate representation of color #ED6CAA: hue angle of 331.16º 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 #ED6CAA is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 108 170 -
CMYK 0 0.54 0.28 0.07
HSL 331.16º 0.78% 0.68% -
HSV(B) 331.16º 0.54% 0.93% -
XYZ 47.54 31.63 41.63 -
YUV 153.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 237 108 170 0 0.54 0.28 0.07 331.16 0.78 0.68
Hex ED 6C AA 0 36 1C 7 14B 4E 44
Octal 355 154 252 0 66 34 7 513 116 104
Binary 11101101 1101100 10101010 0 110110 11100 111 101001011 1001110 1000100

Color Harmonies of #ED6CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CAA

Black with #ED6CAA

Text Example


Text Example

White with #ED6CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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