Html Css Color HEX #EF0295 Hollywood Cerise

📋 copy color: '#EF0295'

red 239 ◦ green 2 ◦ blue 149

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

Shades of Hollywood Cerise #EF0295

Tints of Hollywood Cerise #EF0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 61.28%
G = 0.51%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF0295 (or 0xEF0295) is known color: Hollywood Cerise. HEX triplet: EF, 02 and 95. RGB value is (239,2,149). Sum of RGB (Red+Green+Blue) = 239+2+149=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0295 is #10FD6A. Grayscale: #595959. Windows color (decimal): -1113451 or 9765615. OLE color: 9765615.

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

Color convert

RGB 239 2 149 -
CMYK 0 0.99 0.38 0.06
HSL 322.78º 0.98% 0.47% -
HSV(B) 322.78º 0.99% 0.94% -
XYZ 41.04 20.56 30.24 -
YUV 89.62 161.52 234.55 -
System Red Green Blue C M Y K H S L
Decimal 239 2 149 0 0.99 0.38 0.06 322.78 0.98 0.47
Hex EF 2 95 0 63 26 6 143 62 2F
Octal 357 2 225 0 143 46 6 503 142 57
Binary 11101111 10 10010101 0 1100011 100110 110 101000011 1100010 101111

Color Harmonies of #EF0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0295

Black with #EF0295

Text Example


Text Example

White with #EF0295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0295; }

 p { color: rgb(239,2,149); }

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

background-color css

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

 a { background-color: rgb(239,2,149); }

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

border-color css

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

 span { border-color: rgb(239,2,149); }

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