Html Css Color HEX #E00693 Hollywood Cerise

📋 copy color: '#E00693'

red 224 ◦ green 6 ◦ blue 147

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

Shades of Hollywood Cerise #E00693

Tints of Hollywood Cerise #E00693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 59.42%
G = 1.59%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E00693 (or 0xE00693) is known color: Hollywood Cerise. HEX triplet: E0, 06 and 93. RGB value is (224,6,147). Sum of RGB (Red+Green+Blue) = 224+6+147=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E00693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00693 is #1FF96C. Grayscale: #565656. Windows color (decimal): -2095469 or 9635552. OLE color: 9635552.

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

Color convert

RGB 224 6 147 -
CMYK 0 0.97 0.34 0.12
HSL 321.19º 0.95% 0.45% -
HSV(B) 321.19º 0.97% 0.88% -
XYZ 36.07 18.08 29.19 -
YUV 87.26 161.72 225.54 -
System Red Green Blue C M Y K H S L
Decimal 224 6 147 0 0.97 0.34 0.12 321.19 0.95 0.45
Hex E0 6 93 0 61 22 C 141 5F 2D
Octal 340 6 223 0 141 42 14 501 137 55
Binary 11100000 110 10010011 0 1100001 100010 1100 101000001 1011111 101101

Color Harmonies of #E00693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00693

Black with #E00693

Text Example


Text Example

White with #E00693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00693; }

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

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

background-color css

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

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

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

border-color css

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

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

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