Html Css Color HEX #E5025D Razzmatazz

📋 copy color: '#E5025D'

red 229 ◦ green 2 ◦ blue 93

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

Shades of Razzmatazz #E5025D

Tints of Razzmatazz #E5025D

RGB

 RED value IS 229 (89.84% from 255) = 70.68%

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

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

R = 70.68%
G = 0.62%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5025D (or 0xE5025D) is known color: Razzmatazz. HEX triplet: E5, 02 and 5D. RGB value is (229,2,93). Sum of RGB (Red+Green+Blue) = 229+2+93=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5025D is #1AFDA2. Grayscale: #505050. Windows color (decimal): -1768867 or 6095589. OLE color: 6095589.

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

Color convert

RGB 229 2 93 -
CMYK 0 0.99 0.59 0.10
HSL 335.95º 0.98% 0.45% -
HSV(B) 335.95º 0.99% 0.9% -
XYZ 34.31 17.49 11.92 -
YUV 80.25 135.21 234.1 -
System Red Green Blue C M Y K H S L
Decimal 229 2 93 0 0.99 0.59 0.10 335.95 0.98 0.45
Hex E5 2 5D 0 63 3B A 150 62 2D
Octal 345 2 135 0 143 73 12 520 142 55
Binary 11100101 10 1011101 0 1100011 111011 1010 101010000 1100010 101101

Color Harmonies of #E5025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5025D

Black with #E5025D

Text Example


Text Example

White with #E5025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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