Html Css Color HEX #E30954 Razzmatazz

📋 copy color: '#E30954'

red 227 ◦ green 9 ◦ blue 84

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

Shades of Razzmatazz #E30954

Tints of Razzmatazz #E30954

RGB

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

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

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

R = 70.94%
G = 2.81%
B = 26.25%

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

#E30954 (or 0xE30954) is known color: Razzmatazz. HEX triplet: E3, 09 and 54. RGB value is (227,9,84). Sum of RGB (Red+Green+Blue) = 227+9+84=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E30954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30954 is #1CF6AB. Grayscale: #525252. Windows color (decimal): -1898156 or 5507555. OLE color: 5507555.

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

Color convert

RGB 227 9 84 -
CMYK 0 0.96 0.63 0.11
HSL 339.36º 0.92% 0.46% -
HSV(B) 339.36º 0.96% 0.89% -
XYZ 33.38 17.17 9.94 -
YUV 82.73 128.72 230.9 -
System Red Green Blue C M Y K H S L
Decimal 227 9 84 0 0.96 0.63 0.11 339.36 0.92 0.46
Hex E3 9 54 0 60 3F B 153 5C 2E
Octal 343 11 124 0 140 77 13 523 134 56
Binary 11100011 1001 1010100 0 1100000 111111 1011 101010011 1011100 101110

Color Harmonies of #E30954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30954

Black with #E30954

Text Example


Text Example

White with #E30954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30954; }

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

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

background-color css

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

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

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

border-color css

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

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

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