Html Css Color HEX #E0085D Razzmatazz

📋 copy color: '#E0085D'

red 224 ◦ green 8 ◦ blue 93

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

Shades of Razzmatazz #E0085D

Tints of Razzmatazz #E0085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.62%

R = 68.92%
G = 2.46%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E0085D (or 0xE0085D) is known color: Razzmatazz. HEX triplet: E0, 08 and 5D. RGB value is (224,8,93). Sum of RGB (Red+Green+Blue) = 224+8+93=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0085D is #1FF7A2. Grayscale: #525252. Windows color (decimal): -2095011 or 6097120. OLE color: 6097120.

HSL color Cylindrical-coordinate representation of color #E0085D: hue angle of 336.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0085D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 93 -
CMYK 0 0.96 0.58 0.12
HSL 336.39º 0.93% 0.45% -
HSV(B) 336.39º 0.96% 0.88% -
XYZ 32.8 16.81 11.87 -
YUV 82.27 134.06 229.09 -
System Red Green Blue C M Y K H S L
Decimal 224 8 93 0 0.96 0.58 0.12 336.39 0.93 0.45
Hex E0 8 5D 0 60 3A C 150 5D 2D
Octal 340 10 135 0 140 72 14 520 135 55
Binary 11100000 1000 1011101 0 1100000 111010 1100 101010000 1011101 101101

Color Harmonies of #E0085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0085D

Black with #E0085D

Text Example


Text Example

White with #E0085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0085D; }

 p { color: rgb(224,8,93); }

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

background-color css

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

 a { background-color: rgb(224,8,93); }

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

border-color css

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

 span { border-color: rgb(224,8,93); }

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