Html Css Color HEX #E506AF Hollywood Cerise

📋 copy color: '#E506AF'

red 229 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #E506AF

Tints of Hollywood Cerise #E506AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

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

R = 55.85%
G = 1.46%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E506AF (or 0xE506AF) is known color: Hollywood Cerise. HEX triplet: E5, 06 and AF. RGB value is (229,6,175). Sum of RGB (Red+Green+Blue) = 229+6+175=410 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.85% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 229 - color contains mainly: red. Hex color #E506AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E506AF is #1AF950. Grayscale: #5B5B5B. Windows color (decimal): -1767761 or 11470565. OLE color: 11470565.

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

Color convert

RGB 229 6 175 -
CMYK 0 0.97 0.24 0.10
HSL 314.53º 0.95% 0.46% -
HSV(B) 314.53º 0.97% 0.9% -
XYZ 40.12 19.88 42.28 -
YUV 91.94 174.88 225.76 -
System Red Green Blue C M Y K H S L
Decimal 229 6 175 0 0.97 0.24 0.10 314.53 0.95 0.46
Hex E5 6 AF 0 61 18 A 13B 5F 2E
Octal 345 6 257 0 141 30 12 473 137 56
Binary 11100101 110 10101111 0 1100001 11000 1010 100111011 1011111 101110

Color Harmonies of #E506AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506AF

Black with #E506AF

Text Example


Text Example

White with #E506AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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