Html Css Color HEX #E10148 Razzmatazz

📋 copy color: '#E10148'

red 225 ◦ green 1 ◦ blue 72

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

Shades of Razzmatazz #E10148

Tints of Razzmatazz #E10148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.16%

R = 75.5%
G = 0.34%
B = 24.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E10148 (or 0xE10148) is known color: Razzmatazz. HEX triplet: E1, 01 and 48. RGB value is (225,1,72). Sum of RGB (Red+Green+Blue) = 225+1+72=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E10148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10148 is #1EFEB7. Grayscale: #4C4C4C. Windows color (decimal): -2031288 or 4719073. OLE color: 4719073.

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

Color convert

RGB 225 1 72 -
CMYK 0 1.00 0.68 0.12
HSL 340.98º 0.99% 0.44% -
HSV(B) 340.98º 1% 0.88% -
XYZ 32.23 16.5 7.62 -
YUV 76.07 125.71 234.23 -
System Red Green Blue C M Y K H S L
Decimal 225 1 72 0 1.00 0.68 0.12 340.98 0.99 0.44
Hex E1 1 48 0 64 44 C 155 63 2C
Octal 341 1 110 0 144 104 14 525 143 54
Binary 11100001 1 1001000 0 1100100 1000100 1100 101010101 1100011 101100

Color Harmonies of #E10148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10148

Black with #E10148

Text Example


Text Example

White with #E10148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10148; }

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

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

background-color css

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

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

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

border-color css

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

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

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