Html Css Color HEX #E1024C Razzmatazz

📋 copy color: '#E1024C'

red 225 ◦ green 2 ◦ blue 76

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

Shades of Razzmatazz #E1024C

Tints of Razzmatazz #E1024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 74.26%
G = 0.66%
B = 25.08%

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

#E1024C (or 0xE1024C) is known color: Razzmatazz. HEX triplet: E1, 02 and 4C. RGB value is (225,2,76). Sum of RGB (Red+Green+Blue) = 225+2+76=303 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.26% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1024C is #1EFDB3. Grayscale: #4D4D4D. Windows color (decimal): -2031028 or 4981473. OLE color: 4981473.

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

Color convert

RGB 225 2 76 -
CMYK 0 0.99 0.66 0.12
HSL 340.09º 0.98% 0.45% -
HSV(B) 340.09º 0.99% 0.88% -
XYZ 32.38 16.57 8.33 -
YUV 77.11 127.38 233.48 -
System Red Green Blue C M Y K H S L
Decimal 225 2 76 0 0.99 0.66 0.12 340.09 0.98 0.45
Hex E1 2 4C 0 63 42 C 154 62 2D
Octal 341 2 114 0 143 102 14 524 142 55
Binary 11100001 10 1001100 0 1100011 1000010 1100 101010100 1100010 101101

Color Harmonies of #E1024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1024C

Black with #E1024C

Text Example


Text Example

White with #E1024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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