Html Css Color HEX #EC0FA3 Hollywood Cerise

📋 copy color: '#EC0FA3'

red 236 ◦ green 15 ◦ blue 163

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

Shades of Hollywood Cerise #EC0FA3

Tints of Hollywood Cerise #EC0FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.37%

R = 57%
G = 3.62%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC0FA3 (or 0xEC0FA3) is known color: Hollywood Cerise. HEX triplet: EC, 0F and A3. RGB value is (236,15,163). Sum of RGB (Red+Green+Blue) = 236+15+163=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FA3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FA3 is #13F05C. Grayscale: #616161. Windows color (decimal): -1306717 or 10686444. OLE color: 10686444.

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

Color convert

RGB 236 15 163 -
CMYK 0 0.94 0.31 0.07
HSL 319.82º 0.88% 0.49% -
HSV(B) 319.82º 0.94% 0.93% -
XYZ 41.37 20.82 36.49 -
YUV 97.95 164.72 226.47 -
System Red Green Blue C M Y K H S L
Decimal 236 15 163 0 0.94 0.31 0.07 319.82 0.88 0.49
Hex EC F A3 0 5E 1F 7 140 58 31
Octal 354 17 243 0 136 37 7 500 130 61
Binary 11101100 1111 10100011 0 1011110 11111 111 101000000 1011000 110001

Color Harmonies of #EC0FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FA3

Black with #EC0FA3

Text Example


Text Example

White with #EC0FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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