Html Css Color HEX #E30764 Razzmatazz

📋 copy color: '#E30764'

red 227 ◦ green 7 ◦ blue 100

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

Shades of Razzmatazz #E30764

Tints of Razzmatazz #E30764

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 67.96%
G = 2.1%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E30764 (or 0xE30764) is known color: Razzmatazz. HEX triplet: E3, 07 and 64. RGB value is (227,7,100). Sum of RGB (Red+Green+Blue) = 227+7+100=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E30764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30764 is #1CF89B. Grayscale: #535353. Windows color (decimal): -1898652 or 6555619. OLE color: 6555619.

HSL color Cylindrical-coordinate representation of color #E30764: hue angle of 334.64º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30764 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 7 100 -
CMYK 0 0.97 0.56 0.11
HSL 334.64º 0.94% 0.46% -
HSV(B) 334.64º 0.97% 0.89% -
XYZ 34.05 17.4 13.62 -
YUV 83.38 137.39 230.44 -
System Red Green Blue C M Y K H S L
Decimal 227 7 100 0 0.97 0.56 0.11 334.64 0.94 0.46
Hex E3 7 64 0 61 38 B 14F 5E 2E
Octal 343 7 144 0 141 70 13 517 136 56
Binary 11100011 111 1100100 0 1100001 111000 1011 101001111 1011110 101110

Color Harmonies of #E30764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30764

Black with #E30764

Text Example


Text Example

White with #E30764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30764; }

 p { color: rgb(227,7,100); }

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

background-color css

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

 a { background-color: rgb(227,7,100); }

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

border-color css

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

 span { border-color: rgb(227,7,100); }

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