Html Css Color HEX #E1025C Razzmatazz

📋 copy color: '#E1025C'

red 225 ◦ green 2 ◦ blue 92

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

Shades of Razzmatazz #E1025C

Tints of Razzmatazz #E1025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 70.53%
G = 0.63%
B = 28.84%

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

#E1025C (or 0xE1025C) is known color: Razzmatazz. HEX triplet: E1, 02 and 5C. RGB value is (225,2,92). Sum of RGB (Red+Green+Blue) = 225+2+92=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025C is #1EFDA3. Grayscale: #4E4E4E. Windows color (decimal): -2031012 or 6030049. OLE color: 6030049.

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

Color convert

RGB 225 2 92 -
CMYK 0 0.99 0.59 0.12
HSL 335.78º 0.98% 0.45% -
HSV(B) 335.78º 0.99% 0.88% -
XYZ 33 16.82 11.63 -
YUV 78.94 135.38 232.18 -
System Red Green Blue C M Y K H S L
Decimal 225 2 92 0 0.99 0.59 0.12 335.78 0.98 0.45
Hex E1 2 5C 0 63 3B C 150 62 2D
Octal 341 2 134 0 143 73 14 520 142 55
Binary 11100001 10 1011100 0 1100011 111011 1100 101010000 1100010 101101

Color Harmonies of #E1025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1025C

Black with #E1025C

Text Example


Text Example

White with #E1025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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