Html Css Color HEX #E00A5E Razzmatazz

📋 copy color: '#E00A5E'

red 224 ◦ green 10 ◦ blue 94

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

Shades of Razzmatazz #E00A5E

Tints of Razzmatazz #E00A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 68.29%
G = 3.05%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E00A5E (or 0xE00A5E) is known color: Razzmatazz. HEX triplet: E0, 0A and 5E. RGB value is (224,10,94). Sum of RGB (Red+Green+Blue) = 224+10+94=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A5E is #1FF5A1. Grayscale: #535353. Windows color (decimal): -2094498 or 6163168. OLE color: 6163168.

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

Color convert

RGB 224 10 94 -
CMYK 0 0.96 0.58 0.12
HSL 336.45º 0.91% 0.46% -
HSV(B) 336.45º 0.96% 0.88% -
XYZ 32.87 16.87 12.11 -
YUV 83.56 133.9 228.17 -
System Red Green Blue C M Y K H S L
Decimal 224 10 94 0 0.96 0.58 0.12 336.45 0.91 0.46
Hex E0 A 5E 0 60 3A C 150 5B 2E
Octal 340 12 136 0 140 72 14 520 133 56
Binary 11100000 1010 1011110 0 1100000 111010 1100 101010000 1011011 101110

Color Harmonies of #E00A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A5E

Black with #E00A5E

Text Example


Text Example

White with #E00A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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