Html Css Color HEX #E3025D Razzmatazz

📋 copy color: '#E3025D'

red 227 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E3025D

Tints of Razzmatazz #E3025D

RGB

 RED value IS 227 (89.06% from 255) = 70.5%

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

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

R = 70.5%
G = 0.62%
B = 28.88%

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

#E3025D (or 0xE3025D) is known color: Razzmatazz. HEX triplet: E3, 02 and 5D. RGB value is (227,2,93). Sum of RGB (Red+Green+Blue) = 227+2+93=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3025D is #1CFDA2. Grayscale: #4F4F4F. Windows color (decimal): -1899939 or 6095587. OLE color: 6095587.

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

Color convert

RGB 227 2 93 -
CMYK 0 0.99 0.59 0.11
HSL 335.73º 0.98% 0.45% -
HSV(B) 335.73º 0.99% 0.89% -
XYZ 33.68 17.16 11.89 -
YUV 79.65 135.54 233.1 -
System Red Green Blue C M Y K H S L
Decimal 227 2 93 0 0.99 0.59 0.11 335.73 0.98 0.45
Hex E3 2 5D 0 63 3B B 150 62 2D
Octal 343 2 135 0 143 73 13 520 142 55
Binary 11100011 10 1011101 0 1100011 111011 1011 101010000 1100010 101101

Color Harmonies of #E3025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3025D

Black with #E3025D

Text Example


Text Example

White with #E3025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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