Html Css Color HEX #E3085E Razzmatazz

📋 copy color: '#E3085E'

red 227 ◦ green 8 ◦ blue 94

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

Shades of Razzmatazz #E3085E

Tints of Razzmatazz #E3085E

RGB

 RED value IS 227 (89.06% from 255) = 69%

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

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

R = 69%
G = 2.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E3085E (or 0xE3085E) is known color: Razzmatazz. HEX triplet: E3, 08 and 5E. RGB value is (227,8,94). Sum of RGB (Red+Green+Blue) = 227+8+94=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3085E is #1CF7A1. Grayscale: #535353. Windows color (decimal): -1898402 or 6162659. OLE color: 6162659.

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

Color convert

RGB 227 8 94 -
CMYK 0 0.96 0.59 0.11
HSL 336.44º 0.93% 0.46% -
HSV(B) 336.44º 0.96% 0.89% -
XYZ 33.79 17.31 12.15 -
YUV 83.29 134.05 230.51 -
System Red Green Blue C M Y K H S L
Decimal 227 8 94 0 0.96 0.59 0.11 336.44 0.93 0.46
Hex E3 8 5E 0 60 3B B 150 5D 2E
Octal 343 10 136 0 140 73 13 520 135 56
Binary 11100011 1000 1011110 0 1100000 111011 1011 101010000 1011101 101110

Color Harmonies of #E3085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3085E

Black with #E3085E

Text Example


Text Example

White with #E3085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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