Html Css Color HEX #EC07AF Hollywood Cerise

📋 copy color: '#EC07AF'

red 236 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #EC07AF

Tints of Hollywood Cerise #EC07AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.67%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 56.46%
G = 1.67%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC07AF (or 0xEC07AF) is known color: Hollywood Cerise. HEX triplet: EC, 07 and AF. RGB value is (236,7,175). Sum of RGB (Red+Green+Blue) = 236+7+175=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC07AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC07AF is #13F850. Grayscale: #5E5E5E. Windows color (decimal): -1308753 or 11470828. OLE color: 11470828.

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

Color convert

RGB 236 7 175 -
CMYK 0 0.97 0.26 0.07
HSL 315.98º 0.94% 0.48% -
HSV(B) 315.98º 0.97% 0.93% -
XYZ 42.41 21.08 42.39 -
YUV 94.62 173.37 228.84 -
System Red Green Blue C M Y K H S L
Decimal 236 7 175 0 0.97 0.26 0.07 315.98 0.94 0.48
Hex EC 7 AF 0 61 1A 7 13C 5E 30
Octal 354 7 257 0 141 32 7 474 136 60
Binary 11101100 111 10101111 0 1100001 11010 111 100111100 1011110 110000

Color Harmonies of #EC07AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC07AF

Black with #EC07AF

Text Example


Text Example

White with #EC07AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC07AF; }

 p { color: rgb(236,7,175); }

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

background-color css

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

 a { background-color: rgb(236,7,175); }

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

border-color css

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

 span { border-color: rgb(236,7,175); }

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