Html Css Color HEX #E10D55 Razzmatazz

📋 copy color: '#E10D55'

red 225 ◦ green 13 ◦ blue 85

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

Shades of Razzmatazz #E10D55

Tints of Razzmatazz #E10D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 69.66%
G = 4.02%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E10D55 (or 0xE10D55) is known color: Razzmatazz. HEX triplet: E1, 0D and 55. RGB value is (225,13,85). Sum of RGB (Red+Green+Blue) = 225+13+85=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D55 is #1EF2AA. Grayscale: #545454. Windows color (decimal): -2028203 or 5574113. OLE color: 5574113.

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

Color convert

RGB 225 13 85 -
CMYK 0 0.94 0.62 0.12
HSL 339.62º 0.89% 0.47% -
HSV(B) 339.62º 0.94% 0.88% -
XYZ 32.83 16.95 10.14 -
YUV 84.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 225 13 85 0 0.94 0.62 0.12 339.62 0.89 0.47
Hex E1 D 55 0 5E 3E C 154 59 2F
Octal 341 15 125 0 136 76 14 524 131 57
Binary 11100001 1101 1010101 0 1011110 111110 1100 101010100 1011001 101111

Color Harmonies of #E10D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D55

Black with #E10D55

Text Example


Text Example

White with #E10D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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