Html Css Color HEX #E0095D Razzmatazz

📋 copy color: '#E0095D'

red 224 ◦ green 9 ◦ blue 93

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

Shades of Razzmatazz #E0095D

Tints of Razzmatazz #E0095D

RGB

 RED value IS 224 (87.89% from 255) = 68.71%

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

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

R = 68.71%
G = 2.76%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0095D (or 0xE0095D) is known color: Razzmatazz. HEX triplet: E0, 09 and 5D. RGB value is (224,9,93). Sum of RGB (Red+Green+Blue) = 224+9+93=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E0095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0095D is #1FF6A2. Grayscale: #525252. Windows color (decimal): -2094755 or 6097376. OLE color: 6097376.

HSL color Cylindrical-coordinate representation of color #E0095D: hue angle of 336.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0095D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 93 -
CMYK 0 0.96 0.58 0.12
HSL 336.56º 0.92% 0.46% -
HSV(B) 336.56º 0.96% 0.88% -
XYZ 32.81 16.83 11.88 -
YUV 82.86 133.73 228.67 -
System Red Green Blue C M Y K H S L
Decimal 224 9 93 0 0.96 0.58 0.12 336.56 0.92 0.46
Hex E0 9 5D 0 60 3A C 151 5C 2E
Octal 340 11 135 0 140 72 14 521 134 56
Binary 11100000 1001 1011101 0 1100000 111010 1100 101010001 1011100 101110

Color Harmonies of #E0095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0095D

Black with #E0095D

Text Example


Text Example

White with #E0095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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