Html Css Color HEX #ED6CAF Hot Pink

📋 copy color: '#ED6CAF'

red 237 ◦ green 108 ◦ blue 175

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

Shades of Hot Pink #ED6CAF

Tints of Hot Pink #ED6CAF

RGB

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

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

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

R = 45.58%
G = 20.77%
B = 33.65%

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

#ED6CAF (or 0xED6CAF) is known color: Hot Pink. HEX triplet: ED, 6C and AF. RGB value is (237,108,175). Sum of RGB (Red+Green+Blue) = 237+108+175=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6CAF is #129350. Grayscale: #9A9A9A. Windows color (decimal): -1217361 or 11496685. OLE color: 11496685.

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

Color convert

RGB 237 108 175 -
CMYK 0 0.54 0.26 0.07
HSL 328.84º 0.78% 0.68% -
HSV(B) 328.84º 0.54% 0.93% -
XYZ 48.03 31.82 44.17 -
YUV 154.21 139.74 187.05 -
System Red Green Blue C M Y K H S L
Decimal 237 108 175 0 0.54 0.26 0.07 328.84 0.78 0.68
Hex ED 6C AF 0 36 1A 7 149 4E 44
Octal 355 154 257 0 66 32 7 511 116 104
Binary 11101101 1101100 10101111 0 110110 11010 111 101001001 1001110 1000100

Color Harmonies of #ED6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6CAF

Black with #ED6CAF

Text Example


Text Example

White with #ED6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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