Html Css Color HEX #EC0FA6 Hollywood Cerise

📋 copy color: '#EC0FA6'

red 236 ◦ green 15 ◦ blue 166

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

Shades of Hollywood Cerise #EC0FA6

Tints of Hollywood Cerise #EC0FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.6%

 BLUE value IS 166 (65.23% from 255) = 39.81%

R = 56.59%
G = 3.6%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC0FA6 (or 0xEC0FA6) is known color: Hollywood Cerise. HEX triplet: EC, 0F and A6. RGB value is (236,15,166). Sum of RGB (Red+Green+Blue) = 236+15+166=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 15 (6.25% from 255 or 3.60% from 417); Blue value is 166 (65.23% from 255 or 39.81% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FA6 is #13F059. Grayscale: #616161. Windows color (decimal): -1306714 or 10883052. OLE color: 10883052.

HSL color Cylindrical-coordinate representation of color #EC0FA6: hue angle of 319º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC0FA6 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 15 166 -
CMYK 0 0.94 0.30 0.07
HSL 319º 0.88% 0.49% -
HSV(B) 319º 0.94% 0.93% -
XYZ 41.65 20.93 37.92 -
YUV 98.29 166.22 226.22 -
System Red Green Blue C M Y K H S L
Decimal 236 15 166 0 0.94 0.30 0.07 319 0.88 0.49
Hex EC F A6 0 5E 1E 7 13F 58 31
Octal 354 17 246 0 136 36 7 477 130 61
Binary 11101100 1111 10100110 0 1011110 11110 111 100111111 1011000 110001

Color Harmonies of #EC0FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FA6

Black with #EC0FA6

Text Example


Text Example

White with #EC0FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FA6; }

 p { color: rgb(236,15,166); }

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

background-color css

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

 a { background-color: rgb(236,15,166); }

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

border-color css

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

 span { border-color: rgb(236,15,166); }

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