Html Css Color HEX #EC0390 Hollywood Cerise

📋 copy color: '#EC0390'

red 236 ◦ green 3 ◦ blue 144

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

Shades of Hollywood Cerise #EC0390

Tints of Hollywood Cerise #EC0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 61.62%
G = 0.78%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC0390 (or 0xEC0390) is known color: Hollywood Cerise. HEX triplet: EC, 03 and 90. RGB value is (236,3,144). Sum of RGB (Red+Green+Blue) = 236+3+144=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0390 is #13FC6F. Grayscale: #585858. Windows color (decimal): -1309808 or 9438188. OLE color: 9438188.

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

Color convert

RGB 236 3 144 -
CMYK 0 0.99 0.39 0.07
HSL 323.69º 0.97% 0.47% -
HSV(B) 323.69º 0.99% 0.93% -
XYZ 39.66 19.91 28.14 -
YUV 88.74 159.19 233.04 -
System Red Green Blue C M Y K H S L
Decimal 236 3 144 0 0.99 0.39 0.07 323.69 0.97 0.47
Hex EC 3 90 0 63 27 7 144 61 2F
Octal 354 3 220 0 143 47 7 504 141 57
Binary 11101100 11 10010000 0 1100011 100111 111 101000100 1100001 101111

Color Harmonies of #EC0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0390

Black with #EC0390

Text Example


Text Example

White with #EC0390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0390; }

 p { color: rgb(236,3,144); }

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

background-color css

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

 a { background-color: rgb(236,3,144); }

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

border-color css

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

 span { border-color: rgb(236,3,144); }

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