Html Css Color HEX #E2095A Razzmatazz

📋 copy color: '#E2095A'

red 226 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #E2095A

Tints of Razzmatazz #E2095A

RGB

 RED value IS 226 (88.67% from 255) = 69.54%

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

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

R = 69.54%
G = 2.77%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E2095A (or 0xE2095A) is known color: Razzmatazz. HEX triplet: E2, 09 and 5A. RGB value is (226,9,90). Sum of RGB (Red+Green+Blue) = 226+9+90=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2095A is #1DF6A5. Grayscale: #535353. Windows color (decimal): -1963686 or 5900770. OLE color: 5900770.

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

Color convert

RGB 226 9 90 -
CMYK 0 0.96 0.60 0.11
HSL 337.6º 0.92% 0.46% -
HSV(B) 337.6º 0.96% 0.89% -
XYZ 33.31 17.1 11.22 -
YUV 83.12 131.89 229.91 -
System Red Green Blue C M Y K H S L
Decimal 226 9 90 0 0.96 0.60 0.11 337.6 0.92 0.46
Hex E2 9 5A 0 60 3C B 152 5C 2E
Octal 342 11 132 0 140 74 13 522 134 56
Binary 11100010 1001 1011010 0 1100000 111100 1011 101010010 1011100 101110

Color Harmonies of #E2095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2095A

Black with #E2095A

Text Example


Text Example

White with #E2095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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