Html Css Color HEX #EC06B0 Hollywood Cerise

📋 copy color: '#EC06B0'

red 236 ◦ green 6 ◦ blue 176

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

Shades of Hollywood Cerise #EC06B0

Tints of Hollywood Cerise #EC06B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 56.46%
G = 1.44%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC06B0 (or 0xEC06B0) is known color: Hollywood Cerise. HEX triplet: EC, 06 and B0. RGB value is (236,6,176). Sum of RGB (Red+Green+Blue) = 236+6+176=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC06B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC06B0 is #13F94F. Grayscale: #5D5D5D. Windows color (decimal): -1309008 or 11536108. OLE color: 11536108.

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

Color convert

RGB 236 6 176 -
CMYK 0 0.97 0.25 0.07
HSL 315.65º 0.95% 0.47% -
HSV(B) 315.65º 0.97% 0.93% -
XYZ 42.49 21.1 42.91 -
YUV 94.15 174.2 229.18 -
System Red Green Blue C M Y K H S L
Decimal 236 6 176 0 0.97 0.25 0.07 315.65 0.95 0.47
Hex EC 6 B0 0 61 19 7 13C 5F 2F
Octal 354 6 260 0 141 31 7 474 137 57
Binary 11101100 110 10110000 0 1100001 11001 111 100111100 1011111 101111

Color Harmonies of #EC06B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC06B0

Black with #EC06B0

Text Example


Text Example

White with #EC06B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC06B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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