Html Css Color HEX #E1025E Razzmatazz

📋 copy color: '#E1025E'

red 225 ◦ green 2 ◦ blue 94

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

Shades of Razzmatazz #E1025E

Tints of Razzmatazz #E1025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 70.09%
G = 0.62%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1025E (or 0xE1025E) is known color: Razzmatazz. HEX triplet: E1, 02 and 5E. RGB value is (225,2,94). Sum of RGB (Red+Green+Blue) = 225+2+94=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025E is #1EFDA1. Grayscale: #4F4F4F. Windows color (decimal): -2031010 or 6161121. OLE color: 6161121.

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

Color convert

RGB 225 2 94 -
CMYK 0 0.99 0.58 0.12
HSL 335.25º 0.98% 0.45% -
HSV(B) 335.25º 0.99% 0.88% -
XYZ 33.09 16.86 12.1 -
YUV 79.17 136.38 232.02 -
System Red Green Blue C M Y K H S L
Decimal 225 2 94 0 0.99 0.58 0.12 335.25 0.98 0.45
Hex E1 2 5E 0 63 3A C 14F 62 2D
Octal 341 2 136 0 143 72 14 517 142 55
Binary 11100001 10 1011110 0 1100011 111010 1100 101001111 1100010 101101

Color Harmonies of #E1025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1025E

Black with #E1025E

Text Example


Text Example

White with #E1025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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