Html Css Color HEX #E30A5E Razzmatazz

📋 copy color: '#E30A5E'

red 227 ◦ green 10 ◦ blue 94

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

Shades of Razzmatazz #E30A5E

Tints of Razzmatazz #E30A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.02%

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

R = 68.58%
G = 3.02%
B = 28.4%

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

#E30A5E (or 0xE30A5E) is known color: Razzmatazz. HEX triplet: E3, 0A and 5E. RGB value is (227,10,94). Sum of RGB (Red+Green+Blue) = 227+10+94=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A5E is #1CF5A1. Grayscale: #545454. Windows color (decimal): -1897890 or 6163171. OLE color: 6163171.

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

Color convert

RGB 227 10 94 -
CMYK 0 0.96 0.59 0.11
HSL 336.77º 0.92% 0.46% -
HSV(B) 336.77º 0.96% 0.89% -
XYZ 33.81 17.36 12.16 -
YUV 84.46 133.39 229.67 -
System Red Green Blue C M Y K H S L
Decimal 227 10 94 0 0.96 0.59 0.11 336.77 0.92 0.46
Hex E3 A 5E 0 60 3B B 151 5C 2E
Octal 343 12 136 0 140 73 13 521 134 56
Binary 11100011 1010 1011110 0 1100000 111011 1011 101010001 1011100 101110

Color Harmonies of #E30A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A5E

Black with #E30A5E

Text Example


Text Example

White with #E30A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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