Html Css Color HEX #EF069F Hollywood Cerise

📋 copy color: '#EF069F'

red 239 ◦ green 6 ◦ blue 159

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

Shades of Hollywood Cerise #EF069F

Tints of Hollywood Cerise #EF069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 59.16%
G = 1.49%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF069F (or 0xEF069F) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 9F. RGB value is (239,6,159). Sum of RGB (Red+Green+Blue) = 239+6+159=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF069F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF069F is #10F960. Grayscale: #5C5C5C. Windows color (decimal): -1112417 or 10421999. OLE color: 10421999.

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

Color convert

RGB 239 6 159 -
CMYK 0 0.97 0.33 0.06
HSL 320.6º 0.95% 0.48% -
HSV(B) 320.6º 0.97% 0.94% -
XYZ 41.92 20.98 34.64 -
YUV 93.11 165.19 232.06 -
System Red Green Blue C M Y K H S L
Decimal 239 6 159 0 0.97 0.33 0.06 320.6 0.95 0.48
Hex EF 6 9F 0 61 21 6 141 5F 30
Octal 357 6 237 0 141 41 6 501 137 60
Binary 11101111 110 10011111 0 1100001 100001 110 101000001 1011111 110000

Color Harmonies of #EF069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF069F

Black with #EF069F

Text Example


Text Example

White with #EF069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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