Html Css Color HEX #E107AF Hollywood Cerise

📋 copy color: '#E107AF'

red 225 ◦ green 7 ◦ blue 175

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

Shades of Hollywood Cerise #E107AF

Tints of Hollywood Cerise #E107AF

RGB

 RED value IS 225 (88.28% from 255) = 55.28%

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

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

R = 55.28%
G = 1.72%
B = 43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E107AF (or 0xE107AF) is known color: Hollywood Cerise. HEX triplet: E1, 07 and AF. RGB value is (225,7,175). Sum of RGB (Red+Green+Blue) = 225+7+175=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E107AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E107AF is #1EF850. Grayscale: #5A5A5A. Windows color (decimal): -2029649 or 11470817. OLE color: 11470817.

HSL color Cylindrical-coordinate representation of color #E107AF: hue angle of 313.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E107AF is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 7 175 -
CMYK 0 0.97 0.22 0.12
HSL 313.76º 0.94% 0.45% -
HSV(B) 313.76º 0.97% 0.88% -
XYZ 38.87 19.25 42.23 -
YUV 91.33 175.22 223.34 -
System Red Green Blue C M Y K H S L
Decimal 225 7 175 0 0.97 0.22 0.12 313.76 0.94 0.45
Hex E1 7 AF 0 61 16 C 13A 5E 2D
Octal 341 7 257 0 141 26 14 472 136 55
Binary 11100001 111 10101111 0 1100001 10110 1100 100111010 1011110 101101

Color Harmonies of #E107AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E107AF

Black with #E107AF

Text Example


Text Example

White with #E107AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E107AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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