Html Css Color HEX #E10D54 Razzmatazz

📋 copy color: '#E10D54'

red 225 ◦ green 13 ◦ blue 84

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

Shades of Razzmatazz #E10D54

Tints of Razzmatazz #E10D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 84 (33.2% from 255) = 26.09%

R = 69.88%
G = 4.04%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E10D54 (or 0xE10D54) is known color: Razzmatazz. HEX triplet: E1, 0D and 54. RGB value is (225,13,84). Sum of RGB (Red+Green+Blue) = 225+13+84=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D54 is #1EF2AB. Grayscale: #545454. Windows color (decimal): -2028204 or 5508577. OLE color: 5508577.

HSL color Cylindrical-coordinate representation of color #E10D54: hue angle of 339.91º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D54 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 84 -
CMYK 0 0.94 0.63 0.12
HSL 339.91º 0.89% 0.47% -
HSV(B) 339.91º 0.94% 0.88% -
XYZ 32.8 16.94 9.93 -
YUV 84.48 127.74 228.23 -
System Red Green Blue C M Y K H S L
Decimal 225 13 84 0 0.94 0.63 0.12 339.91 0.89 0.47
Hex E1 D 54 0 5E 3F C 154 59 2F
Octal 341 15 124 0 136 77 14 524 131 57
Binary 11100001 1101 1010100 0 1011110 111111 1100 101010100 1011001 101111

Color Harmonies of #E10D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D54

Black with #E10D54

Text Example


Text Example

White with #E10D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D54; }

 p { color: rgb(225,13,84); }

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

background-color css

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

 a { background-color: rgb(225,13,84); }

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

border-color css

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

 span { border-color: rgb(225,13,84); }

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