Html Css Color HEX #E5085A Razzmatazz

📋 copy color: '#E5085A'

red 229 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #E5085A

Tints of Razzmatazz #E5085A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.45%

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

R = 70.03%
G = 2.45%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.10

RGB Variations

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

Color information

#E5085A (or 0xE5085A) is known color: Razzmatazz. HEX triplet: E5, 08 and 5A. RGB value is (229,8,90). Sum of RGB (Red+Green+Blue) = 229+8+90=327 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.03% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 229 - color contains mainly: red. Hex color #E5085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5085A is #1AF7A5. Grayscale: #535353. Windows color (decimal): -1767334 or 5900517. OLE color: 5900517.

HSL color Cylindrical-coordinate representation of color #E5085A: hue angle of 337.74º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5085A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 8 90 -
CMYK 0 0.97 0.61 0.10
HSL 337.74º 0.93% 0.46% -
HSV(B) 337.74º 0.97% 0.9% -
XYZ 34.25 17.57 11.26 -
YUV 83.43 131.72 231.83 -
System Red Green Blue C M Y K H S L
Decimal 229 8 90 0 0.97 0.61 0.10 337.74 0.93 0.46
Hex E5 8 5A 0 61 3D A 152 5D 2E
Octal 345 10 132 0 141 75 12 522 135 56
Binary 11100101 1000 1011010 0 1100001 111101 1010 101010010 1011101 101110

Color Harmonies of #E5085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5085A

Black with #E5085A

Text Example


Text Example

White with #E5085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5085A; }

 p { color: rgb(229,8,90); }

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

background-color css

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

 a { background-color: rgb(229,8,90); }

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

border-color css

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

 span { border-color: rgb(229,8,90); }

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