Html Css Color HEX #E30752 Razzmatazz

📋 copy color: '#E30752'

red 227 ◦ green 7 ◦ blue 82

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

Shades of Razzmatazz #E30752

Tints of Razzmatazz #E30752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 71.84%
G = 2.22%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E30752 (or 0xE30752) is known color: Razzmatazz. HEX triplet: E3, 07 and 52. RGB value is (227,7,82). Sum of RGB (Red+Green+Blue) = 227+7+82=316 (41% of max value = 765). Red value is 227 (89.06% from 255 or 71.84% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 227 - color contains mainly: red. Hex color #E30752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30752 is #1CF8AD. Grayscale: #515151. Windows color (decimal): -1898670 or 5375971. OLE color: 5375971.

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

Color convert

RGB 227 7 82 -
CMYK 0 0.97 0.64 0.11
HSL 339.55º 0.94% 0.46% -
HSV(B) 339.55º 0.97% 0.89% -
XYZ 33.28 17.09 9.53 -
YUV 81.33 128.39 231.9 -
System Red Green Blue C M Y K H S L
Decimal 227 7 82 0 0.97 0.64 0.11 339.55 0.94 0.46
Hex E3 7 52 0 61 40 B 154 5E 2E
Octal 343 7 122 0 141 100 13 524 136 56
Binary 11100011 111 1010010 0 1100001 1000000 1011 101010100 1011110 101110

Color Harmonies of #E30752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30752

Black with #E30752

Text Example


Text Example

White with #E30752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30752; }

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

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

background-color css

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

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

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

border-color css

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

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

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