Html Css Color HEX #EF0490 Hollywood Cerise

📋 copy color: '#EF0490'

red 239 ◦ green 4 ◦ blue 144

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

Shades of Hollywood Cerise #EF0490

Tints of Hollywood Cerise #EF0490

RGB

 RED value IS 239 (93.75% from 255) = 61.76%

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 61.76%
G = 1.03%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF0490 (or 0xEF0490) is known color: Hollywood Cerise. HEX triplet: EF, 04 and 90. RGB value is (239,4,144). Sum of RGB (Red+Green+Blue) = 239+4+144=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0490 is #10FB6F. Grayscale: #595959. Windows color (decimal): -1112944 or 9438447. OLE color: 9438447.

HSL color Cylindrical-coordinate representation of color #EF0490: hue angle of 324.26º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0490 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 4 144 -
CMYK 0 0.98 0.40 0.06
HSL 324.26º 0.97% 0.48% -
HSV(B) 324.26º 0.98% 0.94% -
XYZ 40.67 20.45 28.19 -
YUV 90.23 158.36 234.12 -
System Red Green Blue C M Y K H S L
Decimal 239 4 144 0 0.98 0.40 0.06 324.26 0.97 0.48
Hex EF 4 90 0 62 28 6 144 61 30
Octal 357 4 220 0 142 50 6 504 141 60
Binary 11101111 100 10010000 0 1100010 101000 110 101000100 1100001 110000

Color Harmonies of #EF0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0490

Black with #EF0490

Text Example


Text Example

White with #EF0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0490; }

 p { color: rgb(239,4,144); }

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

background-color css

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

 a { background-color: rgb(239,4,144); }

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

border-color css

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

 span { border-color: rgb(239,4,144); }

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