Html Css Color HEX #EF0696 Hollywood Cerise

📋 copy color: '#EF0696'

red 239 ◦ green 6 ◦ blue 150

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

Shades of Hollywood Cerise #EF0696

Tints of Hollywood Cerise #EF0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

 BLUE value IS 150 (58.98% from 255) = 37.97%

R = 60.51%
G = 1.52%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EF0696 (or 0xEF0696) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 96. RGB value is (239,6,150). Sum of RGB (Red+Green+Blue) = 239+6+150=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0696 is #10F969. Grayscale: #5B5B5B. Windows color (decimal): -1112426 or 9832175. OLE color: 9832175.

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

Color convert

RGB 239 6 150 -
CMYK 0 0.97 0.37 0.06
HSL 322.92º 0.95% 0.48% -
HSV(B) 322.92º 0.97% 0.94% -
XYZ 41.17 20.68 30.68 -
YUV 92.08 160.69 232.79 -
System Red Green Blue C M Y K H S L
Decimal 239 6 150 0 0.97 0.37 0.06 322.92 0.95 0.48
Hex EF 6 96 0 61 25 6 143 5F 30
Octal 357 6 226 0 141 45 6 503 137 60
Binary 11101111 110 10010110 0 1100001 100101 110 101000011 1011111 110000

Color Harmonies of #EF0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0696

Black with #EF0696

Text Example


Text Example

White with #EF0696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0696; }

 p { color: rgb(239,6,150); }

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

background-color css

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

 a { background-color: rgb(239,6,150); }

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

border-color css

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

 span { border-color: rgb(239,6,150); }

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