Html Css Color HEX #E10175 Razzmatazz

📋 copy color: '#E10175'

red 225 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #E10175

Tints of Razzmatazz #E10175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.11%

R = 65.6%
G = 0.29%
B = 34.11%

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

#E10175 (or 0xE10175) is known color: Razzmatazz. HEX triplet: E1, 01 and 75. RGB value is (225,1,117). Sum of RGB (Red+Green+Blue) = 225+1+117=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E10175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10175 is #1EFE8A. Grayscale: #505050. Windows color (decimal): -2031243 or 7668193. OLE color: 7668193.

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

Color convert

RGB 225 1 117 -
CMYK 0 1.00 0.48 0.12
HSL 328.93º 0.99% 0.44% -
HSV(B) 328.93º 1% 0.88% -
XYZ 34.27 17.31 18.37 -
YUV 81.2 148.21 230.57 -
System Red Green Blue C M Y K H S L
Decimal 225 1 117 0 1.00 0.48 0.12 328.93 0.99 0.44
Hex E1 1 75 0 64 30 C 149 63 2C
Octal 341 1 165 0 144 60 14 511 143 54
Binary 11100001 1 1110101 0 1100100 110000 1100 101001001 1100011 101100

Color Harmonies of #E10175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10175

Black with #E10175

Text Example


Text Example

White with #E10175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10175; }

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

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

background-color css

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

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

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

border-color css

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

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

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