Html Css Color HEX #EC069E Hollywood Cerise

📋 copy color: '#EC069E'

red 236 ◦ green 6 ◦ blue 158

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

Shades of Hollywood Cerise #EC069E

Tints of Hollywood Cerise #EC069E

RGB

 RED value IS 236 (92.58% from 255) = 59%

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

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 59%
G = 1.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC069E (or 0xEC069E) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 9E. RGB value is (236,6,158). Sum of RGB (Red+Green+Blue) = 236+6+158=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC069E is #13F961. Grayscale: #5B5B5B. Windows color (decimal): -1309026 or 10356460. OLE color: 10356460.

HSL color Cylindrical-coordinate representation of color #EC069E: hue angle of 320.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC069E is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 6 158 -
CMYK 0 0.97 0.33 0.07
HSL 320.35º 0.95% 0.47% -
HSV(B) 320.35º 0.97% 0.93% -
XYZ 40.83 20.43 34.14 -
YUV 92.1 165.2 230.64 -
System Red Green Blue C M Y K H S L
Decimal 236 6 158 0 0.97 0.33 0.07 320.35 0.95 0.47
Hex EC 6 9E 0 61 21 7 140 5F 2F
Octal 354 6 236 0 141 41 7 500 137 57
Binary 11101100 110 10011110 0 1100001 100001 111 101000000 1011111 101111

Color Harmonies of #EC069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC069E

Black with #EC069E

Text Example


Text Example

White with #EC069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC069E; }

 p { color: rgb(236,6,158); }

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

background-color css

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

 a { background-color: rgb(236,6,158); }

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

border-color css

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

 span { border-color: rgb(236,6,158); }

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