Html Css Color HEX #ED6FAE Hot Pink

📋 copy color: '#ED6FAE'

red 237 ◦ green 111 ◦ blue 174

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

Shades of Hot Pink #ED6FAE

Tints of Hot Pink #ED6FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.26%

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

R = 45.4%
G = 21.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED6FAE (or 0xED6FAE) is known color: Hot Pink. HEX triplet: ED, 6F and AE. RGB value is (237,111,174). Sum of RGB (Red+Green+Blue) = 237+111+174=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6FAE is #129051. Grayscale: #9B9B9B. Windows color (decimal): -1216594 or 11431917. OLE color: 11431917.

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

Color convert

RGB 237 111 174 -
CMYK 0 0.53 0.27 0.07
HSL 330º 0.78% 0.68% -
HSV(B) 330º 0.53% 0.93% -
XYZ 48.25 32.43 43.76 -
YUV 155.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 237 111 174 0 0.53 0.27 0.07 330 0.78 0.68
Hex ED 6F AE 0 35 1B 7 14A 4E 44
Octal 355 157 256 0 65 33 7 512 116 104
Binary 11101101 1101111 10101110 0 110101 11011 111 101001010 1001110 1000100

Color Harmonies of #ED6FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FAE

Black with #ED6FAE

Text Example


Text Example

White with #ED6FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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