Html Css Color HEX #E30A50 Razzmatazz

📋 copy color: '#E30A50'

red 227 ◦ green 10 ◦ blue 80

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

Shades of Razzmatazz #E30A50

Tints of Razzmatazz #E30A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.24%

R = 71.61%
G = 3.15%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E30A50 (or 0xE30A50) is known color: Razzmatazz. HEX triplet: E3, 0A and 50. RGB value is (227,10,80). Sum of RGB (Red+Green+Blue) = 227+10+80=317 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.61% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A50 is #1CF5AF. Grayscale: #525252. Windows color (decimal): -1897904 or 5245667. OLE color: 5245667.

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

Color convert

RGB 227 10 80 -
CMYK 0 0.96 0.65 0.11
HSL 340.65º 0.92% 0.46% -
HSV(B) 340.65º 0.96% 0.89% -
XYZ 33.24 17.13 9.14 -
YUV 82.86 126.39 230.81 -
System Red Green Blue C M Y K H S L
Decimal 227 10 80 0 0.96 0.65 0.11 340.65 0.92 0.46
Hex E3 A 50 0 60 41 B 155 5C 2E
Octal 343 12 120 0 140 101 13 525 134 56
Binary 11100011 1010 1010000 0 1100000 1000001 1011 101010101 1011100 101110

Color Harmonies of #E30A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A50

Black with #E30A50

Text Example


Text Example

White with #E30A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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