Html Css Color HEX #EF069D Hollywood Cerise

📋 copy color: '#EF069D'

red 239 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #EF069D

Tints of Hollywood Cerise #EF069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.05%

R = 59.45%
G = 1.49%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF069D (or 0xEF069D) is known color: Hollywood Cerise. HEX triplet: EF, 06 and 9D. RGB value is (239,6,157). Sum of RGB (Red+Green+Blue) = 239+6+157=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF069D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF069D is #10F962. Grayscale: #5C5C5C. Windows color (decimal): -1112419 or 10290927. OLE color: 10290927.

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

Color convert

RGB 239 6 157 -
CMYK 0 0.97 0.34 0.06
HSL 321.12º 0.95% 0.48% -
HSV(B) 321.12º 0.97% 0.94% -
XYZ 41.75 20.92 33.74 -
YUV 92.88 164.19 232.22 -
System Red Green Blue C M Y K H S L
Decimal 239 6 157 0 0.97 0.34 0.06 321.12 0.95 0.48
Hex EF 6 9D 0 61 22 6 141 5F 30
Octal 357 6 235 0 141 42 6 501 137 60
Binary 11101111 110 10011101 0 1100001 100010 110 101000001 1011111 110000

Color Harmonies of #EF069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF069D

Black with #EF069D

Text Example


Text Example

White with #EF069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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