Html Css Color HEX #E1085E Razzmatazz

📋 copy color: '#E1085E'

red 225 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #E1085E

Tints of Razzmatazz #E1085E

RGB

 RED value IS 225 (88.28% from 255) = 68.81%

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 68.81%
G = 2.45%
B = 28.75%

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

#E1085E (or 0xE1085E) is known color: Razzmatazz. HEX triplet: E1, 08 and 5E. RGB value is (225,8,94). Sum of RGB (Red+Green+Blue) = 225+8+94=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E1085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1085E is #1EF7A1. Grayscale: #525252. Windows color (decimal): -2029474 or 6162657. OLE color: 6162657.

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

Color convert

RGB 225 8 94 -
CMYK 0 0.96 0.58 0.12
HSL 336.22º 0.93% 0.46% -
HSV(B) 336.22º 0.96% 0.88% -
XYZ 33.16 16.99 12.12 -
YUV 82.69 134.39 229.51 -
System Red Green Blue C M Y K H S L
Decimal 225 8 94 0 0.96 0.58 0.12 336.22 0.93 0.46
Hex E1 8 5E 0 60 3A C 150 5D 2E
Octal 341 10 136 0 140 72 14 520 135 56
Binary 11100001 1000 1011110 0 1100000 111010 1100 101010000 1011101 101110

Color Harmonies of #E1085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1085E

Black with #E1085E

Text Example


Text Example

White with #E1085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1085E; }

 p { color: rgb(225,8,94); }

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

background-color css

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

 a { background-color: rgb(225,8,94); }

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

border-color css

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

 span { border-color: rgb(225,8,94); }

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