Html Css Color HEX #E30272 Razzmatazz

📋 copy color: '#E30272'

red 227 ◦ green 2 ◦ blue 114

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

Shades of Razzmatazz #E30272

Tints of Razzmatazz #E30272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 66.18%
G = 0.58%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E30272 (or 0xE30272) is known color: Razzmatazz. HEX triplet: E3, 02 and 72. RGB value is (227,2,114). Sum of RGB (Red+Green+Blue) = 227+2+114=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E30272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30272 is #1CFD8D. Grayscale: #515151. Windows color (decimal): -1899918 or 7471843. OLE color: 7471843.

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

Color convert

RGB 227 2 114 -
CMYK 0 0.99 0.50 0.11
HSL 330.13º 0.98% 0.45% -
HSV(B) 330.13º 0.99% 0.89% -
XYZ 34.74 17.59 17.48 -
YUV 82.04 146.04 231.39 -
System Red Green Blue C M Y K H S L
Decimal 227 2 114 0 0.99 0.50 0.11 330.13 0.98 0.45
Hex E3 2 72 0 63 32 B 14A 62 2D
Octal 343 2 162 0 143 62 13 512 142 55
Binary 11100011 10 1110010 0 1100011 110010 1011 101001010 1100010 101101

Color Harmonies of #E30272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30272

Black with #E30272

Text Example


Text Example

White with #E30272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30272; }

 p { color: rgb(227,2,114); }

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

background-color css

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

 a { background-color: rgb(227,2,114); }

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

border-color css

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

 span { border-color: rgb(227,2,114); }

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