Html Css Color HEX #E1024B Razzmatazz

📋 copy color: '#E1024B'

red 225 ◦ green 2 ◦ blue 75

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

Shades of Razzmatazz #E1024B

Tints of Razzmatazz #E1024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 74.5%
G = 0.66%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1024B (or 0xE1024B) is known color: Razzmatazz. HEX triplet: E1, 02 and 4B. RGB value is (225,2,75). Sum of RGB (Red+Green+Blue) = 225+2+75=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E1024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1024B is #1EFDB4. Grayscale: #4C4C4C. Windows color (decimal): -2031029 or 4915937. OLE color: 4915937.

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

Color convert

RGB 225 2 75 -
CMYK 0 0.99 0.67 0.12
HSL 340.36º 0.98% 0.45% -
HSV(B) 340.36º 0.99% 0.88% -
XYZ 32.34 16.56 8.15 -
YUV 77 126.88 233.56 -
System Red Green Blue C M Y K H S L
Decimal 225 2 75 0 0.99 0.67 0.12 340.36 0.98 0.45
Hex E1 2 4B 0 63 43 C 154 62 2D
Octal 341 2 113 0 143 103 14 524 142 55
Binary 11100001 10 1001011 0 1100011 1000011 1100 101010100 1100010 101101

Color Harmonies of #E1024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1024B

Black with #E1024B

Text Example


Text Example

White with #E1024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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