Html Css Color HEX #E1025B Razzmatazz

📋 copy color: '#E1025B'

red 225 ◦ green 2 ◦ blue 91

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

Shades of Razzmatazz #E1025B

Tints of Razzmatazz #E1025B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 70.75%
G = 0.63%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1025B (or 0xE1025B) is known color: Razzmatazz. HEX triplet: E1, 02 and 5B. RGB value is (225,2,91). Sum of RGB (Red+Green+Blue) = 225+2+91=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1025B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1025B is #1EFDA4. Grayscale: #4E4E4E. Windows color (decimal): -2031013 or 5964513. OLE color: 5964513.

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

Color convert

RGB 225 2 91 -
CMYK 0 0.99 0.60 0.12
HSL 336.05º 0.98% 0.45% -
HSV(B) 336.05º 0.99% 0.88% -
XYZ 32.96 16.81 11.4 -
YUV 78.82 134.88 232.26 -
System Red Green Blue C M Y K H S L
Decimal 225 2 91 0 0.99 0.60 0.12 336.05 0.98 0.45
Hex E1 2 5B 0 63 3C C 150 62 2D
Octal 341 2 133 0 143 74 14 520 142 55
Binary 11100001 10 1011011 0 1100011 111100 1100 101010000 1100010 101101

Color Harmonies of #E1025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1025B

Black with #E1025B

Text Example


Text Example

White with #E1025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1025B; }

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

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

background-color css

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

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

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

border-color css

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

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

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