Html Css Color HEX #ED6CAE Hot Pink

📋 copy color: '#ED6CAE'

red 237 ◦ green 108 ◦ blue 174

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

Shades of Hot Pink #ED6CAE

Tints of Hot Pink #ED6CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.53%

R = 45.66%
G = 20.81%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED6CAE (or 0xED6CAE) is known color: Hot Pink. HEX triplet: ED, 6C and AE. RGB value is (237,108,174). Sum of RGB (Red+Green+Blue) = 237+108+174=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6CAE is #129351. Grayscale: #999999. Windows color (decimal): -1217362 or 11431149. OLE color: 11431149.

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

Color convert

RGB 237 108 174 -
CMYK 0 0.54 0.27 0.07
HSL 329.3º 0.78% 0.68% -
HSV(B) 329.3º 0.54% 0.93% -
XYZ 47.93 31.79 43.65 -
YUV 154.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 237 108 174 0 0.54 0.27 0.07 329.3 0.78 0.68
Hex ED 6C AE 0 36 1B 7 149 4E 44
Octal 355 154 256 0 66 33 7 511 116 104
Binary 11101101 1101100 10101110 0 110110 11011 111 101001001 1001110 1000100

Color Harmonies of #ED6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CAE

Black with #ED6CAE

Text Example


Text Example

White with #ED6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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