Html Css Color HEX #E105AF Hollywood Cerise

📋 copy color: '#E105AF'

red 225 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #E105AF

Tints of Hollywood Cerise #E105AF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 55.56%
G = 1.23%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E105AF (or 0xE105AF) is known color: Hollywood Cerise. HEX triplet: E1, 05 and AF. RGB value is (225,5,175). Sum of RGB (Red+Green+Blue) = 225+5+175=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E105AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105AF is #1EFA50. Grayscale: #595959. Windows color (decimal): -2030161 or 11470305. OLE color: 11470305.

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

Color convert

RGB 225 5 175 -
CMYK 0 0.98 0.22 0.12
HSL 313.64º 0.96% 0.45% -
HSV(B) 313.64º 0.98% 0.88% -
XYZ 38.84 19.21 42.22 -
YUV 90.16 175.89 224.18 -
System Red Green Blue C M Y K H S L
Decimal 225 5 175 0 0.98 0.22 0.12 313.64 0.96 0.45
Hex E1 5 AF 0 62 16 C 13A 60 2D
Octal 341 5 257 0 142 26 14 472 140 55
Binary 11100001 101 10101111 0 1100010 10110 1100 100111010 1100000 101101

Color Harmonies of #E105AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105AF

Black with #E105AF

Text Example


Text Example

White with #E105AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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