Html Css Color HEX #EF0198 Hollywood Cerise

📋 copy color: '#EF0198'

red 239 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #EF0198

Tints of Hollywood Cerise #EF0198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 60.97%
G = 0.26%
B = 38.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0198 (or 0xEF0198) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 98. RGB value is (239,1,152). Sum of RGB (Red+Green+Blue) = 239+1+152=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0198 is #10FE67. Grayscale: #595959. Windows color (decimal): -1113704 or 9961967. OLE color: 9961967.

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

Color convert

RGB 239 1 152 -
CMYK 0 1.00 0.36 0.06
HSL 321.93º 0.99% 0.47% -
HSV(B) 321.93º 1% 0.94% -
XYZ 41.27 20.64 31.51 -
YUV 89.38 163.35 234.72 -
System Red Green Blue C M Y K H S L
Decimal 239 1 152 0 1.00 0.36 0.06 321.93 0.99 0.47
Hex EF 1 98 0 64 24 6 142 63 2F
Octal 357 1 230 0 144 44 6 502 143 57
Binary 11101111 1 10011000 0 1100100 100100 110 101000010 1100011 101111

Color Harmonies of #EF0198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0198

Black with #EF0198

Text Example


Text Example

White with #EF0198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0198; }

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

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

background-color css

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

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

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

border-color css

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

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

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