Html Css Color HEX #E5094B Razzmatazz

📋 copy color: '#E5094B'

red 229 ◦ green 9 ◦ blue 75

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

Shades of Razzmatazz #E5094B

Tints of Razzmatazz #E5094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.96%

R = 73.16%
G = 2.88%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5094B (or 0xE5094B) is known color: Razzmatazz. HEX triplet: E5, 09 and 4B. RGB value is (229,9,75). Sum of RGB (Red+Green+Blue) = 229+9+75=313 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.16% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 229 - color contains mainly: red. Hex color #E5094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5094B is #1AF6B4. Grayscale: #525252. Windows color (decimal): -1767093 or 4917733. OLE color: 4917733.

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

Color convert

RGB 229 9 75 -
CMYK 0 0.96 0.67 0.10
HSL 342º 0.92% 0.47% -
HSV(B) 342º 0.96% 0.9% -
XYZ 33.68 17.36 8.23 -
YUV 82.3 123.89 232.63 -
System Red Green Blue C M Y K H S L
Decimal 229 9 75 0 0.96 0.67 0.10 342 0.92 0.47
Hex E5 9 4B 0 60 43 A 156 5C 2F
Octal 345 11 113 0 140 103 12 526 134 57
Binary 11100101 1001 1001011 0 1100000 1000011 1010 101010110 1011100 101111

Color Harmonies of #E5094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5094B

Black with #E5094B

Text Example


Text Example

White with #E5094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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