Html Css Color HEX #E10370 Razzmatazz

📋 copy color: '#E10370'

red 225 ◦ green 3 ◦ blue 112

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

Shades of Razzmatazz #E10370

Tints of Razzmatazz #E10370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 66.18%
G = 0.88%
B = 32.94%

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

#E10370 (or 0xE10370) is known color: Razzmatazz. HEX triplet: E1, 03 and 70. RGB value is (225,3,112). Sum of RGB (Red+Green+Blue) = 225+3+112=340 (45% of max value = 765). Red value is 225 (88.28% from 255 or 66.18% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 225 - color contains mainly: red. Hex color #E10370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10370 is #1EFC8F. Grayscale: #515151. Windows color (decimal): -2030736 or 7341025. OLE color: 7341025.

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

Color convert

RGB 225 3 112 -
CMYK 0 0.99 0.50 0.12
HSL 330.54º 0.97% 0.45% -
HSV(B) 330.54º 0.99% 0.88% -
XYZ 34.01 17.24 16.86 -
YUV 81.8 145.05 230.14 -
System Red Green Blue C M Y K H S L
Decimal 225 3 112 0 0.99 0.50 0.12 330.54 0.97 0.45
Hex E1 3 70 0 63 32 C 14B 61 2D
Octal 341 3 160 0 143 62 14 513 141 55
Binary 11100001 11 1110000 0 1100011 110010 1100 101001011 1100001 101101

Color Harmonies of #E10370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10370

Black with #E10370

Text Example


Text Example

White with #E10370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10370; }

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

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

background-color css

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

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

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

border-color css

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

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

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