Html Css Color HEX #EC02AF Hollywood Cerise

📋 copy color: '#EC02AF'

red 236 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #EC02AF

Tints of Hollywood Cerise #EC02AF

RGB

 RED value IS 236 (92.58% from 255) = 57.14%

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 57.14%
G = 0.48%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC02AF (or 0xEC02AF) is known color: Hollywood Cerise. HEX triplet: EC, 02 and AF. RGB value is (236,2,175). Sum of RGB (Red+Green+Blue) = 236+2+175=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC02AF is #13FD50. Grayscale: #5B5B5B. Windows color (decimal): -1310033 or 11469548. OLE color: 11469548.

HSL color Cylindrical-coordinate representation of color #EC02AF: hue angle of 315.64º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC02AF is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 2 175 -
CMYK 0 0.99 0.26 0.07
HSL 315.64º 0.98% 0.47% -
HSV(B) 315.64º 0.99% 0.93% -
XYZ 42.35 20.97 42.37 -
YUV 91.69 175.02 230.93 -
System Red Green Blue C M Y K H S L
Decimal 236 2 175 0 0.99 0.26 0.07 315.64 0.98 0.47
Hex EC 2 AF 0 63 1A 7 13C 62 2F
Octal 354 2 257 0 143 32 7 474 142 57
Binary 11101100 10 10101111 0 1100011 11010 111 100111100 1100010 101111

Color Harmonies of #EC02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC02AF

Black with #EC02AF

Text Example


Text Example

White with #EC02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC02AF; }

 p { color: rgb(236,2,175); }

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

background-color css

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

 a { background-color: rgb(236,2,175); }

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

border-color css

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

 span { border-color: rgb(236,2,175); }

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