Html Css Color HEX #E1024D Razzmatazz

📋 copy color: '#E1024D'

red 225 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #E1024D

Tints of Razzmatazz #E1024D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 74.01%
G = 0.66%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1024D (or 0xE1024D) is known color: Razzmatazz. HEX triplet: E1, 02 and 4D. RGB value is (225,2,77). Sum of RGB (Red+Green+Blue) = 225+2+77=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1024D is #1EFDB2. Grayscale: #4D4D4D. Windows color (decimal): -2031027 or 5047009. OLE color: 5047009.

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

Color convert

RGB 225 2 77 -
CMYK 0 0.99 0.66 0.12
HSL 339.82º 0.98% 0.45% -
HSV(B) 339.82º 0.99% 0.88% -
XYZ 32.41 16.59 8.51 -
YUV 77.23 127.88 233.4 -
System Red Green Blue C M Y K H S L
Decimal 225 2 77 0 0.99 0.66 0.12 339.82 0.98 0.45
Hex E1 2 4D 0 63 42 C 154 62 2D
Octal 341 2 115 0 143 102 14 524 142 55
Binary 11100001 10 1001101 0 1100011 1000010 1100 101010100 1100010 101101

Color Harmonies of #E1024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1024D

Black with #E1024D

Text Example


Text Example

White with #E1024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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