Html Css Color HEX #E30854 Razzmatazz

📋 copy color: '#E30854'

red 227 ◦ green 8 ◦ blue 84

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

Shades of Razzmatazz #E30854

Tints of Razzmatazz #E30854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 71.16%
G = 2.51%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E30854 (or 0xE30854) is known color: Razzmatazz. HEX triplet: E3, 08 and 54. RGB value is (227,8,84). Sum of RGB (Red+Green+Blue) = 227+8+84=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E30854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30854 is #1CF7AB. Grayscale: #525252. Windows color (decimal): -1898412 or 5507299. OLE color: 5507299.

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

Color convert

RGB 227 8 84 -
CMYK 0 0.96 0.63 0.11
HSL 339.18º 0.93% 0.46% -
HSV(B) 339.18º 0.96% 0.89% -
XYZ 33.37 17.14 9.94 -
YUV 82.15 129.05 231.32 -
System Red Green Blue C M Y K H S L
Decimal 227 8 84 0 0.96 0.63 0.11 339.18 0.93 0.46
Hex E3 8 54 0 60 3F B 153 5D 2E
Octal 343 10 124 0 140 77 13 523 135 56
Binary 11100011 1000 1010100 0 1100000 111111 1011 101010011 1011101 101110

Color Harmonies of #E30854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30854

Black with #E30854

Text Example


Text Example

White with #E30854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30854; }

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

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

background-color css

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

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

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

border-color css

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

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

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