Html Css Color HEX #E4025D Razzmatazz

📋 copy color: '#E4025D'

red 228 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E4025D

Tints of Razzmatazz #E4025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 70.59%
G = 0.62%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E4025D (or 0xE4025D) is known color: Razzmatazz. HEX triplet: E4, 02 and 5D. RGB value is (228,2,93). Sum of RGB (Red+Green+Blue) = 228+2+93=323 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.59% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 228 - color contains mainly: red. Hex color #E4025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4025D is #1BFDA2. Grayscale: #4F4F4F. Windows color (decimal): -1834403 or 6095588. OLE color: 6095588.

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

Color convert

RGB 228 2 93 -
CMYK 0 0.99 0.59 0.11
HSL 335.84º 0.98% 0.45% -
HSV(B) 335.84º 0.99% 0.89% -
XYZ 33.99 17.33 11.91 -
YUV 79.95 135.37 233.6 -
System Red Green Blue C M Y K H S L
Decimal 228 2 93 0 0.99 0.59 0.11 335.84 0.98 0.45
Hex E4 2 5D 0 63 3B B 150 62 2D
Octal 344 2 135 0 143 73 13 520 142 55
Binary 11100100 10 1011101 0 1100011 111011 1011 101010000 1100010 101101

Color Harmonies of #E4025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4025D

Black with #E4025D

Text Example


Text Example

White with #E4025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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