Html Css Color HEX #E30552 Razzmatazz

📋 copy color: '#E30552'

red 227 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #E30552

Tints of Razzmatazz #E30552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 72.29%
G = 1.59%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E30552 (or 0xE30552) is known color: Razzmatazz. HEX triplet: E3, 05 and 52. RGB value is (227,5,82). Sum of RGB (Red+Green+Blue) = 227+5+82=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E30552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30552 is #1CFAAD. Grayscale: #505050. Windows color (decimal): -1899182 or 5375459. OLE color: 5375459.

HSL color Cylindrical-coordinate representation of color #E30552: hue angle of 339.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30552 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 82 -
CMYK 0 0.98 0.64 0.11
HSL 339.19º 0.96% 0.45% -
HSV(B) 339.19º 0.98% 0.89% -
XYZ 33.26 17.05 9.52 -
YUV 80.16 129.05 232.74 -
System Red Green Blue C M Y K H S L
Decimal 227 5 82 0 0.98 0.64 0.11 339.19 0.96 0.45
Hex E3 5 52 0 62 40 B 153 60 2D
Octal 343 5 122 0 142 100 13 523 140 55
Binary 11100011 101 1010010 0 1100010 1000000 1011 101010011 1100000 101101

Color Harmonies of #E30552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30552

Black with #E30552

Text Example


Text Example

White with #E30552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30552; }

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

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

background-color css

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

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

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

border-color css

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

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

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