Html Css Color HEX #EF0194 Hollywood Cerise

📋 copy color: '#EF0194'

red 239 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #EF0194

Tints of Hollywood Cerise #EF0194

RGB

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

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

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

R = 61.6%
G = 0.26%
B = 38.14%

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

#EF0194 (or 0xEF0194) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 94. RGB value is (239,1,148). Sum of RGB (Red+Green+Blue) = 239+1+148=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0194 is #10FE6B. Grayscale: #585858. Windows color (decimal): -1113708 or 9699823. OLE color: 9699823.

HSL color Cylindrical-coordinate representation of color #EF0194: hue angle of 322.94º 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 #EF0194 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 148 -
CMYK 0 1.00 0.38 0.06
HSL 322.94º 0.99% 0.47% -
HSV(B) 322.94º 1% 0.94% -
XYZ 40.95 20.51 29.82 -
YUV 88.92 161.35 235.05 -
System Red Green Blue C M Y K H S L
Decimal 239 1 148 0 1.00 0.38 0.06 322.94 0.99 0.47
Hex EF 1 94 0 64 26 6 143 63 2F
Octal 357 1 224 0 144 46 6 503 143 57
Binary 11101111 1 10010100 0 1100100 100110 110 101000011 1100011 101111

Color Harmonies of #EF0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0194

Black with #EF0194

Text Example


Text Example

White with #EF0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0194; }

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

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

background-color css

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

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

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

border-color css

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

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

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