Html Css Color HEX #E30959 Razzmatazz

📋 copy color: '#E30959'

red 227 ◦ green 9 ◦ blue 89

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

Shades of Razzmatazz #E30959

Tints of Razzmatazz #E30959

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 69.85%
G = 2.77%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.11

RGB Variations

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

Color information

#E30959 (or 0xE30959) is known color: Razzmatazz. HEX triplet: E3, 09 and 59. RGB value is (227,9,89). Sum of RGB (Red+Green+Blue) = 227+9+89=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E30959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30959 is #1CF6A6. Grayscale: #535353. Windows color (decimal): -1898151 or 5835235. OLE color: 5835235.

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

Color convert

RGB 227 9 89 -
CMYK 0 0.96 0.61 0.11
HSL 337.98º 0.92% 0.46% -
HSV(B) 337.98º 0.96% 0.89% -
XYZ 33.58 17.25 11.01 -
YUV 83.3 131.22 230.5 -
System Red Green Blue C M Y K H S L
Decimal 227 9 89 0 0.96 0.61 0.11 337.98 0.92 0.46
Hex E3 9 59 0 60 3D B 152 5C 2E
Octal 343 11 131 0 140 75 13 522 134 56
Binary 11100011 1001 1011001 0 1100000 111101 1011 101010010 1011100 101110

Color Harmonies of #E30959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30959

Black with #E30959

Text Example


Text Example

White with #E30959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30959; }

 p { color: rgb(227,9,89); }

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

background-color css

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

 a { background-color: rgb(227,9,89); }

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

border-color css

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

 span { border-color: rgb(227,9,89); }

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