Html Css Color HEX #E10D52 Razzmatazz

📋 copy color: '#E10D52'

red 225 ◦ green 13 ◦ blue 82

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

Shades of Razzmatazz #E10D52

Tints of Razzmatazz #E10D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 70.31%
G = 4.06%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E10D52 (or 0xE10D52) is known color: Razzmatazz. HEX triplet: E1, 0D and 52. RGB value is (225,13,82). Sum of RGB (Red+Green+Blue) = 225+13+82=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10D52 is #1EF2AD. Grayscale: #545454. Windows color (decimal): -2028206 or 5377505. OLE color: 5377505.

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

Color convert

RGB 225 13 82 -
CMYK 0 0.94 0.64 0.12
HSL 340.47º 0.89% 0.47% -
HSV(B) 340.47º 0.94% 0.88% -
XYZ 32.72 16.9 9.52 -
YUV 84.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 225 13 82 0 0.94 0.64 0.12 340.47 0.89 0.47
Hex E1 D 52 0 5E 40 C 154 59 2F
Octal 341 15 122 0 136 100 14 524 131 57
Binary 11100001 1101 1010010 0 1011110 1000000 1100 101010100 1011001 101111

Color Harmonies of #E10D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D52

Black with #E10D52

Text Example


Text Example

White with #E10D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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