Html Css Color HEX #EC0294 Hollywood Cerise

📋 copy color: '#EC0294'

red 236 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #EC0294

Tints of Hollywood Cerise #EC0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 61.14%
G = 0.52%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC0294 (or 0xEC0294) is known color: Hollywood Cerise. HEX triplet: EC, 02 and 94. RGB value is (236,2,148). Sum of RGB (Red+Green+Blue) = 236+2+148=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0294 is #13FD6B. Grayscale: #585858. Windows color (decimal): -1310060 or 9700076. OLE color: 9700076.

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

Color convert

RGB 236 2 148 -
CMYK 0 0.99 0.37 0.07
HSL 322.56º 0.98% 0.47% -
HSV(B) 322.56º 0.99% 0.93% -
XYZ 39.96 20.01 29.77 -
YUV 88.61 161.52 233.13 -
System Red Green Blue C M Y K H S L
Decimal 236 2 148 0 0.99 0.37 0.07 322.56 0.98 0.47
Hex EC 2 94 0 63 25 7 143 62 2F
Octal 354 2 224 0 143 45 7 503 142 57
Binary 11101100 10 10010100 0 1100011 100101 111 101000011 1100010 101111

Color Harmonies of #EC0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0294

Black with #EC0294

Text Example


Text Example

White with #EC0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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