Html Css Color HEX #ED6FAA Hot Pink

📋 copy color: '#ED6FAA'

red 237 ◦ green 111 ◦ blue 170

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

Shades of Hot Pink #ED6FAA

Tints of Hot Pink #ED6FAA

RGB

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

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

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

R = 45.75%
G = 21.43%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED6FAA (or 0xED6FAA) is known color: Hot Pink. HEX triplet: ED, 6F and AA. RGB value is (237,111,170). Sum of RGB (Red+Green+Blue) = 237+111+170=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6FAA is #129055. Grayscale: #9B9B9B. Windows color (decimal): -1216598 or 11169773. OLE color: 11169773.

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

Color convert

RGB 237 111 170 -
CMYK 0 0.53 0.28 0.07
HSL 331.9º 0.78% 0.68% -
HSV(B) 331.9º 0.53% 0.93% -
XYZ 47.87 32.28 41.74 -
YUV 155.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 237 111 170 0 0.53 0.28 0.07 331.9 0.78 0.68
Hex ED 6F AA 0 35 1C 7 14C 4E 44
Octal 355 157 252 0 65 34 7 514 116 104
Binary 11101101 1101111 10101010 0 110101 11100 111 101001100 1001110 1000100

Color Harmonies of #ED6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FAA

Black with #ED6FAA

Text Example


Text Example

White with #ED6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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