Html Css Color HEX #E00A57 Razzmatazz

📋 copy color: '#E00A57'

red 224 ◦ green 10 ◦ blue 87

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

Shades of Razzmatazz #E00A57

Tints of Razzmatazz #E00A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 69.78%
G = 3.12%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E00A57 (or 0xE00A57) is known color: Razzmatazz. HEX triplet: E0, 0A and 57. RGB value is (224,10,87). Sum of RGB (Red+Green+Blue) = 224+10+87=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00A57 is #1FF5A8. Grayscale: #525252. Windows color (decimal): -2094505 or 5704416. OLE color: 5704416.

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

Color convert

RGB 224 10 87 -
CMYK 0 0.96 0.61 0.12
HSL 338.41º 0.91% 0.46% -
HSV(B) 338.41º 0.96% 0.88% -
XYZ 32.57 16.75 10.53 -
YUV 82.76 130.4 228.74 -
System Red Green Blue C M Y K H S L
Decimal 224 10 87 0 0.96 0.61 0.12 338.41 0.91 0.46
Hex E0 A 57 0 60 3D C 152 5B 2E
Octal 340 12 127 0 140 75 14 522 133 56
Binary 11100000 1010 1010111 0 1100000 111101 1100 101010010 1011011 101110

Color Harmonies of #E00A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A57

Black with #E00A57

Text Example


Text Example

White with #E00A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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