Html Css Color HEX #EF01B2 Hollywood Cerise

📋 copy color: '#EF01B2'

red 239 ◦ green 1 ◦ blue 178

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

Shades of Hollywood Cerise #EF01B2

Tints of Hollywood Cerise #EF01B2

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 178 (69.92% from 255) = 42.58%

R = 57.18%
G = 0.24%
B = 42.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF01B2 (or 0xEF01B2) is known color: Hollywood Cerise. HEX triplet: EF, 01 and B2. RGB value is (239,1,178). Sum of RGB (Red+Green+Blue) = 239+1+178=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 178 (69.92% from 255 or 42.58% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01B2 is #10FE4D. Grayscale: #5B5B5B. Windows color (decimal): -1113678 or 11665903. OLE color: 11665903.

HSL color Cylindrical-coordinate representation of color #EF01B2: hue angle of 315.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF01B2 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 178 -
CMYK 0 1.00 0.26 0.06
HSL 315.38º 0.99% 0.47% -
HSV(B) 315.38º 1% 0.94% -
XYZ 43.64 21.59 43.99 -
YUV 92.34 176.35 232.61 -
System Red Green Blue C M Y K H S L
Decimal 239 1 178 0 1.00 0.26 0.06 315.38 0.99 0.47
Hex EF 1 B2 0 64 1A 6 13B 63 2F
Octal 357 1 262 0 144 32 6 473 143 57
Binary 11101111 1 10110010 0 1100100 11010 110 100111011 1100011 101111

Color Harmonies of #EF01B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01B2

Black with #EF01B2

Text Example


Text Example

White with #EF01B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01B2; }

 p { color: rgb(239,1,178); }

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

background-color css

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

 a { background-color: rgb(239,1,178); }

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

border-color css

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

 span { border-color: rgb(239,1,178); }

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