Html Css Color HEX #E10174 Razzmatazz

📋 copy color: '#E10174'

red 225 ◦ green 1 ◦ blue 116

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

Shades of Razzmatazz #E10174

Tints of Razzmatazz #E10174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 116 (45.7% from 255) = 33.92%

R = 65.79%
G = 0.29%
B = 33.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E10174 (or 0xE10174) is known color: Razzmatazz. HEX triplet: E1, 01 and 74. RGB value is (225,1,116). Sum of RGB (Red+Green+Blue) = 225+1+116=342 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.79% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 225 - color contains mainly: red. Hex color #E10174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10174 is #1EFE8B. Grayscale: #505050. Windows color (decimal): -2031244 or 7602657. OLE color: 7602657.

HSL color Cylindrical-coordinate representation of color #E10174: hue angle of 329.2º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10174 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 116 -
CMYK 0 1.00 0.48 0.12
HSL 329.2º 0.99% 0.44% -
HSV(B) 329.2º 1% 0.88% -
XYZ 34.21 17.29 18.06 -
YUV 81.09 147.71 230.65 -
System Red Green Blue C M Y K H S L
Decimal 225 1 116 0 1.00 0.48 0.12 329.2 0.99 0.44
Hex E1 1 74 0 64 30 C 149 63 2C
Octal 341 1 164 0 144 60 14 511 143 54
Binary 11100001 1 1110100 0 1100100 110000 1100 101001001 1100011 101100

Color Harmonies of #E10174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10174

Black with #E10174

Text Example


Text Example

White with #E10174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10174; }

 p { color: rgb(225,1,116); }

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

background-color css

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

 a { background-color: rgb(225,1,116); }

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

border-color css

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

 span { border-color: rgb(225,1,116); }

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