Html Css Color HEX #E4024D Razzmatazz

📋 copy color: '#E4024D'

red 228 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #E4024D

Tints of Razzmatazz #E4024D

RGB

 RED value IS 228 (89.45% from 255) = 74.27%

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

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

R = 74.27%
G = 0.65%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E4024D (or 0xE4024D) is known color: Razzmatazz. HEX triplet: E4, 02 and 4D. RGB value is (228,2,77). Sum of RGB (Red+Green+Blue) = 228+2+77=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E4024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4024D is #1BFDB2. Grayscale: #4E4E4E. Windows color (decimal): -1834419 or 5047012. OLE color: 5047012.

HSL color Cylindrical-coordinate representation of color #E4024D: hue angle of 340.09º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4024D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 2 77 -
CMYK 0 0.99 0.66 0.11
HSL 340.09º 0.98% 0.45% -
HSV(B) 340.09º 0.99% 0.89% -
XYZ 33.36 17.07 8.56 -
YUV 78.12 127.37 234.9 -
System Red Green Blue C M Y K H S L
Decimal 228 2 77 0 0.99 0.66 0.11 340.09 0.98 0.45
Hex E4 2 4D 0 63 42 B 154 62 2D
Octal 344 2 115 0 143 102 13 524 142 55
Binary 11100100 10 1001101 0 1100011 1000010 1011 101010100 1100010 101101

Color Harmonies of #E4024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4024D

Black with #E4024D

Text Example


Text Example

White with #E4024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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