Html Css Color HEX #E512AF Hollywood Cerise

📋 copy color: '#E512AF'

red 229 ◦ green 18 ◦ blue 175

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

Shades of Hollywood Cerise #E512AF

Tints of Hollywood Cerise #E512AF

RGB

 RED value IS 229 (89.84% from 255) = 54.27%

 GREEN value IS 18 (7.42% from 255) = 4.27%

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

R = 54.27%
G = 4.27%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E512AF (or 0xE512AF) is known color: Hollywood Cerise. HEX triplet: E5, 12 and AF. RGB value is (229,18,175). Sum of RGB (Red+Green+Blue) = 229+18+175=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E512AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E512AF is #1AED50. Grayscale: #626262. Windows color (decimal): -1764689 or 11473637. OLE color: 11473637.

HSL color Cylindrical-coordinate representation of color #E512AF: hue angle of 315.36º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E512AF is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 18 175 -
CMYK 0 0.92 0.24 0.10
HSL 315.36º 0.85% 0.48% -
HSV(B) 315.36º 0.92% 0.9% -
XYZ 40.27 20.19 42.33 -
YUV 98.99 170.9 220.73 -
System Red Green Blue C M Y K H S L
Decimal 229 18 175 0 0.92 0.24 0.10 315.36 0.85 0.48
Hex E5 12 AF 0 5C 18 A 13B 55 30
Octal 345 22 257 0 134 30 12 473 125 60
Binary 11100101 10010 10101111 0 1011100 11000 1010 100111011 1010101 110000

Color Harmonies of #E512AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E512AF

Black with #E512AF

Text Example


Text Example

White with #E512AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E512AF; }

 p { color: rgb(229,18,175); }

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

background-color css

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

 a { background-color: rgb(229,18,175); }

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

border-color css

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

 span { border-color: rgb(229,18,175); }

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