Html Css Color HEX #E30A4C Razzmatazz

📋 copy color: '#E30A4C'

red 227 ◦ green 10 ◦ blue 76

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

Shades of Razzmatazz #E30A4C

Tints of Razzmatazz #E30A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.28%

R = 72.52%
G = 3.19%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E30A4C (or 0xE30A4C) is known color: Razzmatazz. HEX triplet: E3, 0A and 4C. RGB value is (227,10,76). Sum of RGB (Red+Green+Blue) = 227+10+76=313 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.52% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30A4C is #1CF5B3. Grayscale: #525252. Windows color (decimal): -1897908 or 4983523. OLE color: 4983523.

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

Color convert

RGB 227 10 76 -
CMYK 0 0.96 0.67 0.11
HSL 341.75º 0.92% 0.46% -
HSV(B) 341.75º 0.96% 0.89% -
XYZ 33.09 17.07 8.39 -
YUV 82.41 124.39 231.13 -
System Red Green Blue C M Y K H S L
Decimal 227 10 76 0 0.96 0.67 0.11 341.75 0.92 0.46
Hex E3 A 4C 0 60 43 B 156 5C 2E
Octal 343 12 114 0 140 103 13 526 134 56
Binary 11100011 1010 1001100 0 1100000 1000011 1011 101010110 1011100 101110

Color Harmonies of #E30A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A4C

Black with #E30A4C

Text Example


Text Example

White with #E30A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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