Html Css Color HEX #EF0BAC Hollywood Cerise

📋 copy color: '#EF0BAC'

red 239 ◦ green 11 ◦ blue 172

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

Shades of Hollywood Cerise #EF0BAC

Tints of Hollywood Cerise #EF0BAC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.61%

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 56.64%
G = 2.61%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF0BAC (or 0xEF0BAC) is known color: Hollywood Cerise. HEX triplet: EF, 0B and AC. RGB value is (239,11,172). Sum of RGB (Red+Green+Blue) = 239+11+172=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BAC is #10F453. Grayscale: #616161. Windows color (decimal): -1111124 or 11275247. OLE color: 11275247.

HSL color Cylindrical-coordinate representation of color #EF0BAC: hue angle of 317.63º degrees, saturation: 0.91, 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 #EF0BAC is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 11 172 -
CMYK 0 0.95 0.28 0.06
HSL 317.63º 0.91% 0.49% -
HSV(B) 317.63º 0.95% 0.94% -
XYZ 43.16 21.57 40.92 -
YUV 97.53 170.04 228.91 -
System Red Green Blue C M Y K H S L
Decimal 239 11 172 0 0.95 0.28 0.06 317.63 0.91 0.49
Hex EF B AC 0 5F 1C 6 13E 5B 31
Octal 357 13 254 0 137 34 6 476 133 61
Binary 11101111 1011 10101100 0 1011111 11100 110 100111110 1011011 110001

Color Harmonies of #EF0BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0BAC

Black with #EF0BAC

Text Example


Text Example

White with #EF0BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0BAC; }

 p { color: rgb(239,11,172); }

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

background-color css

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

 a { background-color: rgb(239,11,172); }

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

border-color css

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

 span { border-color: rgb(239,11,172); }

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