Html Css Color HEX #EF0195 Hollywood Cerise

📋 copy color: '#EF0195'

red 239 ◦ green 1 ◦ blue 149

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

Shades of Hollywood Cerise #EF0195

Tints of Hollywood Cerise #EF0195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 61.44%
G = 0.26%
B = 38.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF0195 (or 0xEF0195) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 95. RGB value is (239,1,149). Sum of RGB (Red+Green+Blue) = 239+1+149=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0195 is #10FE6A. Grayscale: #585858. Windows color (decimal): -1113707 or 9765359. OLE color: 9765359.

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

Color convert

RGB 239 1 149 -
CMYK 0 1.00 0.38 0.06
HSL 322.69º 0.99% 0.47% -
HSV(B) 322.69º 1% 0.94% -
XYZ 41.03 20.54 30.24 -
YUV 89.03 161.85 234.97 -
System Red Green Blue C M Y K H S L
Decimal 239 1 149 0 1.00 0.38 0.06 322.69 0.99 0.47
Hex EF 1 95 0 64 26 6 143 63 2F
Octal 357 1 225 0 144 46 6 503 143 57
Binary 11101111 1 10010101 0 1100100 100110 110 101000011 1100011 101111

Color Harmonies of #EF0195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0195

Black with #EF0195

Text Example


Text Example

White with #EF0195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0195; }

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

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

background-color css

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

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

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

border-color css

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

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

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