Html Css Color HEX #E5095D Razzmatazz

📋 copy color: '#E5095D'

red 229 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #E5095D

Tints of Razzmatazz #E5095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.72%

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

R = 69.18%
G = 2.72%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5095D (or 0xE5095D) is known color: Razzmatazz. HEX triplet: E5, 09 and 5D. RGB value is (229,9,93). Sum of RGB (Red+Green+Blue) = 229+9+93=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E5095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5095D is #1AF6A2. Grayscale: #545454. Windows color (decimal): -1767075 or 6097381. OLE color: 6097381.

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

Color convert

RGB 229 9 93 -
CMYK 0 0.96 0.59 0.10
HSL 337.09º 0.92% 0.47% -
HSV(B) 337.09º 0.96% 0.9% -
XYZ 34.39 17.64 11.95 -
YUV 84.36 132.89 231.17 -
System Red Green Blue C M Y K H S L
Decimal 229 9 93 0 0.96 0.59 0.10 337.09 0.92 0.47
Hex E5 9 5D 0 60 3B A 151 5C 2F
Octal 345 11 135 0 140 73 12 521 134 57
Binary 11100101 1001 1011101 0 1100000 111011 1010 101010001 1011100 101111

Color Harmonies of #E5095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5095D

Black with #E5095D

Text Example


Text Example

White with #E5095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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