Html Css Color HEX #E10A51 Razzmatazz

📋 copy color: '#E10A51'

red 225 ◦ green 10 ◦ blue 81

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

Shades of Razzmatazz #E10A51

Tints of Razzmatazz #E10A51

RGB

 RED value IS 225 (88.28% from 255) = 71.2%

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

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 71.2%
G = 3.16%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10A51 (or 0xE10A51) is known color: Razzmatazz. HEX triplet: E1, 0A and 51. RGB value is (225,10,81). Sum of RGB (Red+Green+Blue) = 225+10+81=316 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.20% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10A51 is #1EF5AE. Grayscale: #525252. Windows color (decimal): -2028975 or 5311201. OLE color: 5311201.

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

Color convert

RGB 225 10 81 -
CMYK 0 0.96 0.64 0.12
HSL 340.19º 0.91% 0.46% -
HSV(B) 340.19º 0.96% 0.88% -
XYZ 32.65 16.82 9.31 -
YUV 82.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 225 10 81 0 0.96 0.64 0.12 340.19 0.91 0.46
Hex E1 A 51 0 60 40 C 154 5B 2E
Octal 341 12 121 0 140 100 14 524 133 56
Binary 11100001 1010 1010001 0 1100000 1000000 1100 101010100 1011011 101110

Color Harmonies of #E10A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A51

Black with #E10A51

Text Example


Text Example

White with #E10A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A51; }

 p { color: rgb(225,10,81); }

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

background-color css

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

 a { background-color: rgb(225,10,81); }

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

border-color css

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

 span { border-color: rgb(225,10,81); }

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