Html Css Color HEX #EC05B3 Hollywood Cerise

📋 copy color: '#EC05B3'

red 236 ◦ green 5 ◦ blue 179

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

Shades of Hollywood Cerise #EC05B3

Tints of Hollywood Cerise #EC05B3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 56.19%
G = 1.19%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EC05B3 (or 0xEC05B3) is known color: Hollywood Cerise. HEX triplet: EC, 05 and B3. RGB value is (236,5,179). Sum of RGB (Red+Green+Blue) = 236+5+179=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EC05B3 is #13FA4C. Grayscale: #5D5D5D. Windows color (decimal): -1309261 or 11732460. OLE color: 11732460.

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

Color convert

RGB 236 5 179 -
CMYK 0 0.98 0.24 0.07
HSL 314.81º 0.96% 0.47% -
HSV(B) 314.81º 0.98% 0.93% -
XYZ 42.78 21.2 44.48 -
YUV 93.91 176.03 229.35 -
System Red Green Blue C M Y K H S L
Decimal 236 5 179 0 0.98 0.24 0.07 314.81 0.96 0.47
Hex EC 5 B3 0 62 18 7 13B 60 2F
Octal 354 5 263 0 142 30 7 473 140 57
Binary 11101100 101 10110011 0 1100010 11000 111 100111011 1100000 101111

Color Harmonies of #EC05B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05B3

Black with #EC05B3

Text Example


Text Example

White with #EC05B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05B3; }

 p { color: rgb(236,5,179); }

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

background-color css

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

 a { background-color: rgb(236,5,179); }

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

border-color css

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

 span { border-color: rgb(236,5,179); }

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