Html Css Color HEX #E10D57 Razzmatazz

📋 copy color: '#E10D57'

red 225 ◦ green 13 ◦ blue 87

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

Shades of Razzmatazz #E10D57

Tints of Razzmatazz #E10D57

RGB

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

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

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

R = 69.23%
G = 4%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E10D57 (or 0xE10D57) is known color: Razzmatazz. HEX triplet: E1, 0D and 57. RGB value is (225,13,87). Sum of RGB (Red+Green+Blue) = 225+13+87=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D57 is #1EF2A8. Grayscale: #545454. Windows color (decimal): -2028201 or 5705185. OLE color: 5705185.

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

Color convert

RGB 225 13 87 -
CMYK 0 0.94 0.61 0.12
HSL 339.06º 0.89% 0.47% -
HSV(B) 339.06º 0.94% 0.88% -
XYZ 32.92 16.98 10.56 -
YUV 84.82 129.24 227.98 -
System Red Green Blue C M Y K H S L
Decimal 225 13 87 0 0.94 0.61 0.12 339.06 0.89 0.47
Hex E1 D 57 0 5E 3D C 153 59 2F
Octal 341 15 127 0 136 75 14 523 131 57
Binary 11100001 1101 1010111 0 1011110 111101 1100 101010011 1011001 101111

Color Harmonies of #E10D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D57

Black with #E10D57

Text Example


Text Example

White with #E10D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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