Html Css Color HEX #E1025D Razzmatazz

📋 copy color: '#E1025D'

red 225 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E1025D

Tints of Razzmatazz #E1025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 70.31%
G = 0.63%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1025D (or 0xE1025D) is known color: Razzmatazz. HEX triplet: E1, 02 and 5D. RGB value is (225,2,93). Sum of RGB (Red+Green+Blue) = 225+2+93=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025D is #1EFDA2. Grayscale: #4E4E4E. Windows color (decimal): -2031011 or 6095585. OLE color: 6095585.

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

Color convert

RGB 225 2 93 -
CMYK 0 0.99 0.59 0.12
HSL 335.52º 0.98% 0.45% -
HSV(B) 335.52º 0.99% 0.88% -
XYZ 33.05 16.84 11.86 -
YUV 79.05 135.88 232.1 -
System Red Green Blue C M Y K H S L
Decimal 225 2 93 0 0.99 0.59 0.12 335.52 0.98 0.45
Hex E1 2 5D 0 63 3B C 150 62 2D
Octal 341 2 135 0 143 73 14 520 142 55
Binary 11100001 10 1011101 0 1100011 111011 1100 101010000 1100010 101101

Color Harmonies of #E1025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1025D

Black with #E1025D

Text Example


Text Example

White with #E1025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1025D; }

 p { color: rgb(225,2,93); }

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

background-color css

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

 a { background-color: rgb(225,2,93); }

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

border-color css

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

 span { border-color: rgb(225,2,93); }

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