Html Css Color HEX #E5095B Razzmatazz

📋 copy color: '#E5095B'

red 229 ◦ green 9 ◦ blue 91

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

Shades of Razzmatazz #E5095B

Tints of Razzmatazz #E5095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 69.6%
G = 2.74%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E5095B (or 0xE5095B) is known color: Razzmatazz. HEX triplet: E5, 09 and 5B. RGB value is (229,9,91). Sum of RGB (Red+Green+Blue) = 229+9+91=329 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.60% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 229 - color contains mainly: red. Hex color #E5095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5095B is #1AF6A4. Grayscale: #545454. Windows color (decimal): -1767077 or 5966309. OLE color: 5966309.

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

Color convert

RGB 229 9 91 -
CMYK 0 0.96 0.60 0.10
HSL 337.64º 0.92% 0.47% -
HSV(B) 337.64º 0.96% 0.9% -
XYZ 34.3 17.61 11.49 -
YUV 84.13 131.89 231.33 -
System Red Green Blue C M Y K H S L
Decimal 229 9 91 0 0.96 0.60 0.10 337.64 0.92 0.47
Hex E5 9 5B 0 60 3C A 152 5C 2F
Octal 345 11 133 0 140 74 12 522 134 57
Binary 11100101 1001 1011011 0 1100000 111100 1010 101010010 1011100 101111

Color Harmonies of #E5095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5095B

Black with #E5095B

Text Example


Text Example

White with #E5095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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