Html Css Color HEX #E10371 Razzmatazz

📋 copy color: '#E10371'

red 225 ◦ green 3 ◦ blue 113

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

Shades of Razzmatazz #E10371

Tints of Razzmatazz #E10371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 65.98%
G = 0.88%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E10371 (or 0xE10371) is known color: Razzmatazz. HEX triplet: E1, 03 and 71. RGB value is (225,3,113). Sum of RGB (Red+Green+Blue) = 225+3+113=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E10371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10371 is #1EFC8E. Grayscale: #515151. Windows color (decimal): -2030735 or 7406561. OLE color: 7406561.

HSL color Cylindrical-coordinate representation of color #E10371: hue angle of 330.27º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10371 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 3 113 -
CMYK 0 0.99 0.50 0.12
HSL 330.27º 0.97% 0.45% -
HSV(B) 330.27º 0.99% 0.88% -
XYZ 34.06 17.26 17.16 -
YUV 81.92 145.55 230.06 -
System Red Green Blue C M Y K H S L
Decimal 225 3 113 0 0.99 0.50 0.12 330.27 0.97 0.45
Hex E1 3 71 0 63 32 C 14A 61 2D
Octal 341 3 161 0 143 62 14 512 141 55
Binary 11100001 11 1110001 0 1100011 110010 1100 101001010 1100001 101101

Color Harmonies of #E10371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10371

Black with #E10371

Text Example


Text Example

White with #E10371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10371; }

 p { color: rgb(225,3,113); }

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

background-color css

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

 a { background-color: rgb(225,3,113); }

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

border-color css

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

 span { border-color: rgb(225,3,113); }

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