Html Css Color HEX #E00A5A Razzmatazz

📋 copy color: '#E00A5A'

red 224 ◦ green 10 ◦ blue 90

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

Shades of Razzmatazz #E00A5A

Tints of Razzmatazz #E00A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 69.14%
G = 3.09%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E00A5A (or 0xE00A5A) is known color: Razzmatazz. HEX triplet: E0, 0A and 5A. RGB value is (224,10,90). Sum of RGB (Red+Green+Blue) = 224+10+90=324 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.14% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A5A is #1FF5A5. Grayscale: #535353. Windows color (decimal): -2094502 or 5901024. OLE color: 5901024.

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

Color convert

RGB 224 10 90 -
CMYK 0 0.96 0.60 0.12
HSL 337.57º 0.91% 0.46% -
HSV(B) 337.57º 0.96% 0.88% -
XYZ 32.69 16.8 11.19 -
YUV 83.11 131.9 228.5 -
System Red Green Blue C M Y K H S L
Decimal 224 10 90 0 0.96 0.60 0.12 337.57 0.91 0.46
Hex E0 A 5A 0 60 3C C 152 5B 2E
Octal 340 12 132 0 140 74 14 522 133 56
Binary 11100000 1010 1011010 0 1100000 111100 1100 101010010 1011011 101110

Color Harmonies of #E00A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A5A

Black with #E00A5A

Text Example


Text Example

White with #E00A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A5A; }

 p { color: rgb(224,10,90); }

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

background-color css

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

 a { background-color: rgb(224,10,90); }

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

border-color css

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

 span { border-color: rgb(224,10,90); }

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