Html Css Color HEX #E10D4B Razzmatazz

📋 copy color: '#E10D4B'

red 225 ◦ green 13 ◦ blue 75

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

Shades of Razzmatazz #E10D4B

Tints of Razzmatazz #E10D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 71.88%
G = 4.15%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E10D4B (or 0xE10D4B) is known color: Razzmatazz. HEX triplet: E1, 0D and 4B. RGB value is (225,13,75). Sum of RGB (Red+Green+Blue) = 225+13+75=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10D4B is #1EF2B4. Grayscale: #535353. Windows color (decimal): -2028213 or 4918753. OLE color: 4918753.

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

Color convert

RGB 225 13 75 -
CMYK 0 0.94 0.67 0.12
HSL 342.45º 0.89% 0.47% -
HSV(B) 342.45º 0.94% 0.88% -
XYZ 32.47 16.8 8.19 -
YUV 83.46 123.24 228.96 -
System Red Green Blue C M Y K H S L
Decimal 225 13 75 0 0.94 0.67 0.12 342.45 0.89 0.47
Hex E1 D 4B 0 5E 43 C 156 59 2F
Octal 341 15 113 0 136 103 14 526 131 57
Binary 11100001 1101 1001011 0 1011110 1000011 1100 101010110 1011001 101111

Color Harmonies of #E10D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D4B

Black with #E10D4B

Text Example


Text Example

White with #E10D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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