Html Css Color HEX #EC069A Hollywood Cerise

📋 copy color: '#EC069A'

red 236 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #EC069A

Tints of Hollywood Cerise #EC069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 59.6%
G = 1.52%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC069A (or 0xEC069A) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 9A. RGB value is (236,6,154). Sum of RGB (Red+Green+Blue) = 236+6+154=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC069A is #13F965. Grayscale: #5B5B5B. Windows color (decimal): -1309030 or 10094316. OLE color: 10094316.

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

Color convert

RGB 236 6 154 -
CMYK 0 0.97 0.35 0.07
HSL 321.39º 0.95% 0.47% -
HSV(B) 321.39º 0.97% 0.93% -
XYZ 40.49 20.3 32.36 -
YUV 91.64 163.2 230.97 -
System Red Green Blue C M Y K H S L
Decimal 236 6 154 0 0.97 0.35 0.07 321.39 0.95 0.47
Hex EC 6 9A 0 61 23 7 141 5F 2F
Octal 354 6 232 0 141 43 7 501 137 57
Binary 11101100 110 10011010 0 1100001 100011 111 101000001 1011111 101111

Color Harmonies of #EC069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC069A

Black with #EC069A

Text Example


Text Example

White with #EC069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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