Html Css Color HEX #EF0D98 Hollywood Cerise

📋 copy color: '#EF0D98'

red 239 ◦ green 13 ◦ blue 152

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

Shades of Hollywood Cerise #EF0D98

Tints of Hollywood Cerise #EF0D98

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.22%

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

R = 59.16%
G = 3.22%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF0D98 (or 0xEF0D98) is known color: Hollywood Cerise. HEX triplet: EF, 0D and 98. RGB value is (239,13,152). Sum of RGB (Red+Green+Blue) = 239+13+152=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 13 (5.47% from 255 or 3.22% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0D98 is #10F267. Grayscale: #606060. Windows color (decimal): -1110632 or 9965039. OLE color: 9965039.

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

Color convert

RGB 239 13 152 -
CMYK 0 0.95 0.36 0.06
HSL 323.1º 0.9% 0.49% -
HSV(B) 323.1º 0.95% 0.94% -
XYZ 41.41 20.91 31.56 -
YUV 96.42 159.37 229.7 -
System Red Green Blue C M Y K H S L
Decimal 239 13 152 0 0.95 0.36 0.06 323.1 0.9 0.49
Hex EF D 98 0 5F 24 6 143 5A 31
Octal 357 15 230 0 137 44 6 503 132 61
Binary 11101111 1101 10011000 0 1011111 100100 110 101000011 1011010 110001

Color Harmonies of #EF0D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0D98

Black with #EF0D98

Text Example


Text Example

White with #EF0D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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