Html Css Color HEX #ED6EAF Hot Pink

📋 copy color: '#ED6EAF'

red 237 ◦ green 110 ◦ blue 175

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

Shades of Hot Pink #ED6EAF

Tints of Hot Pink #ED6EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.52%

R = 45.4%
G = 21.07%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED6EAF (or 0xED6EAF) is known color: Hot Pink. HEX triplet: ED, 6E and AF. RGB value is (237,110,175). Sum of RGB (Red+Green+Blue) = 237+110+175=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 110 (43.36% from 255 or 21.07% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6EAF is #129150. Grayscale: #9B9B9B. Windows color (decimal): -1216849 or 11497197. OLE color: 11497197.

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

Color convert

RGB 237 110 175 -
CMYK 0 0.54 0.26 0.07
HSL 329.29º 0.78% 0.68% -
HSV(B) 329.29º 0.54% 0.93% -
XYZ 48.24 32.25 44.24 -
YUV 155.38 139.08 186.21 -
System Red Green Blue C M Y K H S L
Decimal 237 110 175 0 0.54 0.26 0.07 329.29 0.78 0.68
Hex ED 6E AF 0 36 1A 7 149 4E 44
Octal 355 156 257 0 66 32 7 511 116 104
Binary 11101101 1101110 10101111 0 110110 11010 111 101001001 1001110 1000100

Color Harmonies of #ED6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6EAF

Black with #ED6EAF

Text Example


Text Example

White with #ED6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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