Html Css Color HEX #EF008A Hollywood Cerise

📋 copy color: '#EF008A'

red 239 ◦ green 0 ◦ blue 138

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

Shades of Hollywood Cerise #EF008A

Tints of Hollywood Cerise #EF008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 63.4%
G = 0%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF008A (or 0xEF008A) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 8A. RGB value is (239,0,138). Sum of RGB (Red+Green+Blue) = 239+0+138=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF008A is #10FF75. Grayscale: #565656. Windows color (decimal): -1113974 or 9044207. OLE color: 9044207.

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

Color convert

RGB 239 0 138 -
CMYK 0 1 0.42 0.06
HSL 325.36º 1% 0.47% -
HSV(B) 325.36º 1% 0.94% -
XYZ 40.18 20.19 25.82 -
YUV 87.19 156.68 236.28 -
System Red Green Blue C M Y K H S L
Decimal 239 0 138 0 1 0.42 0.06 325.36 1 0.47
Hex EF 0 8A 0 64 2A 6 145 64 2F
Octal 357 0 212 0 144 52 6 505 144 57
Binary 11101111 0 10001010 0 1100100 101010 110 101000101 1100100 101111

Color Harmonies of #EF008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF008A

Black with #EF008A

Text Example


Text Example

White with #EF008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF008A; }

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

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

background-color css

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

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

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

border-color css

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

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

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