Html Css Color HEX #E3085A Razzmatazz

📋 copy color: '#E3085A'

red 227 ◦ green 8 ◦ blue 90

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

Shades of Razzmatazz #E3085A

Tints of Razzmatazz #E3085A

RGB

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

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

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

R = 69.85%
G = 2.46%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3085A (or 0xE3085A) is known color: Razzmatazz. HEX triplet: E3, 08 and 5A. RGB value is (227,8,90). Sum of RGB (Red+Green+Blue) = 227+8+90=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3085A is #1CF7A5. Grayscale: #525252. Windows color (decimal): -1898406 or 5900515. OLE color: 5900515.

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

Color convert

RGB 227 8 90 -
CMYK 0 0.96 0.60 0.11
HSL 337.53º 0.93% 0.46% -
HSV(B) 337.53º 0.96% 0.89% -
XYZ 33.61 17.24 11.23 -
YUV 82.83 132.05 230.83 -
System Red Green Blue C M Y K H S L
Decimal 227 8 90 0 0.96 0.60 0.11 337.53 0.93 0.46
Hex E3 8 5A 0 60 3C B 152 5D 2E
Octal 343 10 132 0 140 74 13 522 135 56
Binary 11100011 1000 1011010 0 1100000 111100 1011 101010010 1011101 101110

Color Harmonies of #E3085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3085A

Black with #E3085A

Text Example


Text Example

White with #E3085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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