Html Css Color HEX #EF0098 Hollywood Cerise

📋 copy color: '#EF0098'

red 239 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #EF0098

Tints of Hollywood Cerise #EF0098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.13%
G = 0%
B = 38.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0098 (or 0xEF0098) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 98. RGB value is (239,0,152). Sum of RGB (Red+Green+Blue) = 239+0+152=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0098 is #10FF67. Grayscale: #585858. Windows color (decimal): -1113960 or 9961711. OLE color: 9961711.

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

Color convert

RGB 239 0 152 -
CMYK 0 1 0.36 0.06
HSL 321.84º 1% 0.47% -
HSV(B) 321.84º 1% 0.94% -
XYZ 41.26 20.62 31.51 -
YUV 88.79 163.68 235.14 -
System Red Green Blue C M Y K H S L
Decimal 239 0 152 0 1 0.36 0.06 321.84 1 0.47
Hex EF 0 98 0 64 24 6 142 64 2F
Octal 357 0 230 0 144 44 6 502 144 57
Binary 11101111 0 10011000 0 1100100 100100 110 101000010 1100100 101111

Color Harmonies of #EF0098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0098

Black with #EF0098

Text Example


Text Example

White with #EF0098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0098; }

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

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

background-color css

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

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

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

border-color css

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

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

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