Html Css Color HEX #E50A5A Razzmatazz

📋 copy color: '#E50A5A'

red 229 ◦ green 10 ◦ blue 90

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

Shades of Razzmatazz #E50A5A

Tints of Razzmatazz #E50A5A

RGB

 RED value IS 229 (89.84% from 255) = 69.6%

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

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

R = 69.6%
G = 3.04%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E50A5A (or 0xE50A5A) is known color: Razzmatazz. HEX triplet: E5, 0A and 5A. RGB value is (229,10,90). Sum of RGB (Red+Green+Blue) = 229+10+90=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E50A5A is #1AF5A5. Grayscale: #545454. Windows color (decimal): -1766822 or 5901029. OLE color: 5901029.

HSL color Cylindrical-coordinate representation of color #E50A5A: hue angle of 338.08º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A5A is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 10 90 -
CMYK 0 0.96 0.61 0.10
HSL 338.08º 0.92% 0.47% -
HSV(B) 338.08º 0.96% 0.9% -
XYZ 34.27 17.61 11.27 -
YUV 84.6 131.05 231 -
System Red Green Blue C M Y K H S L
Decimal 229 10 90 0 0.96 0.61 0.10 338.08 0.92 0.47
Hex E5 A 5A 0 60 3D A 152 5C 2F
Octal 345 12 132 0 140 75 12 522 134 57
Binary 11100101 1010 1011010 0 1100000 111101 1010 101010010 1011100 101111

Color Harmonies of #E50A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A5A

Black with #E50A5A

Text Example


Text Example

White with #E50A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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