Html Css Color HEX #ED6EAB Hot Pink

📋 copy color: '#ED6EAB'

red 237 ◦ green 110 ◦ blue 171

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

Shades of Hot Pink #ED6EAB

Tints of Hot Pink #ED6EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.24%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 45.75%
G = 21.24%
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

#ED6EAB (or 0xED6EAB) is known color: Hot Pink. HEX triplet: ED, 6E and AB. RGB value is (237,110,171). Sum of RGB (Red+Green+Blue) = 237+110+171=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6EAB is #129154. Grayscale: #9A9A9A. Windows color (decimal): -1216853 or 11235053. OLE color: 11235053.

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

Color convert

RGB 237 110 171 -
CMYK 0 0.54 0.28 0.07
HSL 331.18º 0.78% 0.68% -
HSV(B) 331.18º 0.54% 0.93% -
XYZ 47.85 32.1 42.2 -
YUV 154.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 237 110 171 0 0.54 0.28 0.07 331.18 0.78 0.68
Hex ED 6E AB 0 36 1C 7 14B 4E 44
Octal 355 156 253 0 66 34 7 513 116 104
Binary 11101101 1101110 10101011 0 110110 11100 111 101001011 1001110 1000100

Color Harmonies of #ED6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EAB

Black with #ED6EAB

Text Example


Text Example

White with #ED6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EAB; }

 p { color: rgb(237,110,171); }

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

background-color css

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

 a { background-color: rgb(237,110,171); }

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

border-color css

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

 span { border-color: rgb(237,110,171); }

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