Html Css Color HEX #EF06B0 Hollywood Cerise

📋 copy color: '#EF06B0'

red 239 ◦ green 6 ◦ blue 176

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

Shades of Hollywood Cerise #EF06B0

Tints of Hollywood Cerise #EF06B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 56.77%
G = 1.43%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF06B0 (or 0xEF06B0) is known color: Hollywood Cerise. HEX triplet: EF, 06 and B0. RGB value is (239,6,176). Sum of RGB (Red+Green+Blue) = 239+6+176=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06B0 is #10F94F. Grayscale: #5E5E5E. Windows color (decimal): -1112400 or 11536111. OLE color: 11536111.

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

Color convert

RGB 239 6 176 -
CMYK 0 0.97 0.26 0.06
HSL 316.22º 0.95% 0.48% -
HSV(B) 316.22º 0.97% 0.94% -
XYZ 43.5 21.62 42.95 -
YUV 95.05 173.69 230.68 -
System Red Green Blue C M Y K H S L
Decimal 239 6 176 0 0.97 0.26 0.06 316.22 0.95 0.48
Hex EF 6 B0 0 61 1A 6 13C 5F 30
Octal 357 6 260 0 141 32 6 474 137 60
Binary 11101111 110 10110000 0 1100001 11010 110 100111100 1011111 110000

Color Harmonies of #EF06B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06B0

Black with #EF06B0

Text Example


Text Example

White with #EF06B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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