Html Css Color HEX #EC0F98 Hollywood Cerise

📋 copy color: '#EC0F98'

red 236 ◦ green 15 ◦ blue 152

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

Shades of Hollywood Cerise #EC0F98

Tints of Hollywood Cerise #EC0F98

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.72%

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 58.56%
G = 3.72%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC0F98 (or 0xEC0F98) is known color: Hollywood Cerise. HEX triplet: EC, 0F and 98. RGB value is (236,15,152). Sum of RGB (Red+Green+Blue) = 236+15+152=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0F98 is #13F067. Grayscale: #606060. Windows color (decimal): -1306728 or 9965548. OLE color: 9965548.

HSL color Cylindrical-coordinate representation of color #EC0F98: hue angle of 322.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0F98 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 152 -
CMYK 0 0.94 0.36 0.07
HSL 322.81º 0.88% 0.49% -
HSV(B) 322.81º 0.94% 0.93% -
XYZ 40.43 20.44 31.52 -
YUV 96.7 159.22 227.36 -
System Red Green Blue C M Y K H S L
Decimal 236 15 152 0 0.94 0.36 0.07 322.81 0.88 0.49
Hex EC F 98 0 5E 24 7 143 58 31
Octal 354 17 230 0 136 44 7 503 130 61
Binary 11101100 1111 10011000 0 1011110 100100 111 101000011 1011000 110001

Color Harmonies of #EC0F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F98

Black with #EC0F98

Text Example


Text Example

White with #EC0F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F98; }

 p { color: rgb(236,15,152); }

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

background-color css

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

 a { background-color: rgb(236,15,152); }

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

border-color css

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

 span { border-color: rgb(236,15,152); }

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