Html Css Color HEX #E006AF Hollywood Cerise

📋 copy color: '#E006AF'

red 224 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #E006AF

Tints of Hollywood Cerise #E006AF

RGB

 RED value IS 224 (87.89% from 255) = 55.31%

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

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

R = 55.31%
G = 1.48%
B = 43.21%

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

#E006AF (or 0xE006AF) is known color: Hollywood Cerise. HEX triplet: E0, 06 and AF. RGB value is (224,6,175). Sum of RGB (Red+Green+Blue) = 224+6+175=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E006AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E006AF is #1FF950. Grayscale: #595959. Windows color (decimal): -2095441 or 11470560. OLE color: 11470560.

HSL color Cylindrical-coordinate representation of color #E006AF: hue angle of 313.49º degrees, saturation: 0.95, 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 #E006AF is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 175 -
CMYK 0 0.97 0.22 0.12
HSL 313.49º 0.95% 0.45% -
HSV(B) 313.49º 0.97% 0.88% -
XYZ 38.54 19.07 42.21 -
YUV 90.45 175.72 223.26 -
System Red Green Blue C M Y K H S L
Decimal 224 6 175 0 0.97 0.22 0.12 313.49 0.95 0.45
Hex E0 6 AF 0 61 16 C 139 5F 2D
Octal 340 6 257 0 141 26 14 471 137 55
Binary 11100000 110 10101111 0 1100001 10110 1100 100111001 1011111 101101

Color Harmonies of #E006AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E006AF

Black with #E006AF

Text Example


Text Example

White with #E006AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E006AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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