Html Css Color HEX #EF0090 Hollywood Cerise

📋 copy color: '#EF0090'

red 239 ◦ green 0 ◦ blue 144

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

Shades of Hollywood Cerise #EF0090

Tints of Hollywood Cerise #EF0090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 62.4%
G = 0%
B = 37.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF0090 (or 0xEF0090) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 90. RGB value is (239,0,144). Sum of RGB (Red+Green+Blue) = 239+0+144=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0090 is #10FF6F. Grayscale: #575757. Windows color (decimal): -1113968 or 9437423. OLE color: 9437423.

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

Color convert

RGB 239 0 144 -
CMYK 0 1 0.40 0.06
HSL 323.85º 1% 0.47% -
HSV(B) 323.85º 1% 0.94% -
XYZ 40.63 20.36 28.17 -
YUV 87.88 159.68 235.79 -
System Red Green Blue C M Y K H S L
Decimal 239 0 144 0 1 0.40 0.06 323.85 1 0.47
Hex EF 0 90 0 64 28 6 144 64 2F
Octal 357 0 220 0 144 50 6 504 144 57
Binary 11101111 0 10010000 0 1100100 101000 110 101000100 1100100 101111

Color Harmonies of #EF0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0090

Black with #EF0090

Text Example


Text Example

White with #EF0090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0090; }

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

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

background-color css

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

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

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

border-color css

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

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

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