Html Css Color HEX #E30A61 Razzmatazz

📋 copy color: '#E30A61'

red 227 ◦ green 10 ◦ blue 97

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

Shades of Razzmatazz #E30A61

Tints of Razzmatazz #E30A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 67.96%
G = 2.99%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E30A61 (or 0xE30A61) is known color: Razzmatazz. HEX triplet: E3, 0A and 61. RGB value is (227,10,97). Sum of RGB (Red+Green+Blue) = 227+10+97=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A61 is #1CF59E. Grayscale: #545454. Windows color (decimal): -1897887 or 6359779. OLE color: 6359779.

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

Color convert

RGB 227 10 97 -
CMYK 0 0.96 0.57 0.11
HSL 335.94º 0.92% 0.46% -
HSV(B) 335.94º 0.96% 0.89% -
XYZ 33.94 17.41 12.88 -
YUV 84.8 134.89 229.43 -
System Red Green Blue C M Y K H S L
Decimal 227 10 97 0 0.96 0.57 0.11 335.94 0.92 0.46
Hex E3 A 61 0 60 39 B 150 5C 2E
Octal 343 12 141 0 140 71 13 520 134 56
Binary 11100011 1010 1100001 0 1100000 111001 1011 101010000 1011100 101110

Color Harmonies of #E30A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A61

Black with #E30A61

Text Example


Text Example

White with #E30A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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