Html Css Color HEX #E0095A Razzmatazz

📋 copy color: '#E0095A'

red 224 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #E0095A

Tints of Razzmatazz #E0095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 69.35%
G = 2.79%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E0095A (or 0xE0095A) is known color: Razzmatazz. HEX triplet: E0, 09 and 5A. RGB value is (224,9,90). Sum of RGB (Red+Green+Blue) = 224+9+90=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E0095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0095A is #1FF6A5. Grayscale: #525252. Windows color (decimal): -2094758 or 5900768. OLE color: 5900768.

HSL color Cylindrical-coordinate representation of color #E0095A: hue angle of 337.4º 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 #E0095A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 90 -
CMYK 0 0.96 0.60 0.12
HSL 337.4º 0.92% 0.46% -
HSV(B) 337.4º 0.96% 0.88% -
XYZ 32.68 16.78 11.19 -
YUV 82.52 132.23 228.91 -
System Red Green Blue C M Y K H S L
Decimal 224 9 90 0 0.96 0.60 0.12 337.4 0.92 0.46
Hex E0 9 5A 0 60 3C C 151 5C 2E
Octal 340 11 132 0 140 74 14 521 134 56
Binary 11100000 1001 1011010 0 1100000 111100 1100 101010001 1011100 101110

Color Harmonies of #E0095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0095A

Black with #E0095A

Text Example


Text Example

White with #E0095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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