Html Css Color HEX #EC069B Hollywood Cerise

📋 copy color: '#EC069B'

red 236 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #EC069B

Tints of Hollywood Cerise #EC069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.04%

R = 59.45%
G = 1.51%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC069B (or 0xEC069B) is known color: Hollywood Cerise. HEX triplet: EC, 06 and 9B. RGB value is (236,6,155). Sum of RGB (Red+Green+Blue) = 236+6+155=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC069B is #13F964. Grayscale: #5B5B5B. Windows color (decimal): -1309029 or 10159852. OLE color: 10159852.

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

Color convert

RGB 236 6 155 -
CMYK 0 0.97 0.34 0.07
HSL 321.13º 0.95% 0.47% -
HSV(B) 321.13º 0.97% 0.93% -
XYZ 40.57 20.33 32.8 -
YUV 91.76 163.7 230.88 -
System Red Green Blue C M Y K H S L
Decimal 236 6 155 0 0.97 0.34 0.07 321.13 0.95 0.47
Hex EC 6 9B 0 61 22 7 141 5F 2F
Octal 354 6 233 0 141 42 7 501 137 57
Binary 11101100 110 10011011 0 1100001 100010 111 101000001 1011111 101111

Color Harmonies of #EC069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC069B

Black with #EC069B

Text Example


Text Example

White with #EC069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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