Html Css Color HEX #EC0FA5 Hollywood Cerise

📋 copy color: '#EC0FA5'

red 236 ◦ green 15 ◦ blue 165

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

Shades of Hollywood Cerise #EC0FA5

Tints of Hollywood Cerise #EC0FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.66%

R = 56.73%
G = 3.61%
B = 39.66%

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

#EC0FA5 (or 0xEC0FA5) is known color: Hollywood Cerise. HEX triplet: EC, 0F and A5. RGB value is (236,15,165). Sum of RGB (Red+Green+Blue) = 236+15+165=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FA5 is #13F05A. Grayscale: #616161. Windows color (decimal): -1306715 or 10817516. OLE color: 10817516.

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

Color convert

RGB 236 15 165 -
CMYK 0 0.94 0.30 0.07
HSL 319.28º 0.88% 0.49% -
HSV(B) 319.28º 0.94% 0.93% -
XYZ 41.55 20.89 37.44 -
YUV 98.18 165.72 226.3 -
System Red Green Blue C M Y K H S L
Decimal 236 15 165 0 0.94 0.30 0.07 319.28 0.88 0.49
Hex EC F A5 0 5E 1E 7 13F 58 31
Octal 354 17 245 0 136 36 7 477 130 61
Binary 11101100 1111 10100101 0 1011110 11110 111 100111111 1011000 110001

Color Harmonies of #EC0FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FA5

Black with #EC0FA5

Text Example


Text Example

White with #EC0FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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