Html Css Color HEX #E30062 Razzmatazz

📋 copy color: '#E30062'

red 227 ◦ green 0 ◦ blue 98

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

Shades of Razzmatazz #E30062

Tints of Razzmatazz #E30062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 69.85%
G = 0%
B = 30.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E30062 (or 0xE30062) is known color: Razzmatazz. HEX triplet: E3, 00 and 62. RGB value is (227,0,98). Sum of RGB (Red+Green+Blue) = 227+0+98=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E30062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30062 is #1CFF9D. Grayscale: #4E4E4E. Windows color (decimal): -1900446 or 6422755. OLE color: 6422755.

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

Color convert

RGB 227 0 98 -
CMYK 0 1 0.57 0.11
HSL 334.1º 1% 0.45% -
HSV(B) 334.1º 1% 0.89% -
XYZ 33.88 17.21 13.09 -
YUV 79.05 138.71 233.53 -
System Red Green Blue C M Y K H S L
Decimal 227 0 98 0 1 0.57 0.11 334.1 1 0.45
Hex E3 0 62 0 64 39 B 14E 64 2D
Octal 343 0 142 0 144 71 13 516 144 55
Binary 11100011 0 1100010 0 1100100 111001 1011 101001110 1100100 101101

Color Harmonies of #E30062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30062

Black with #E30062

Text Example


Text Example

White with #E30062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30062; }

 p { color: rgb(227,0,98); }

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

background-color css

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

 a { background-color: rgb(227,0,98); }

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

border-color css

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

 span { border-color: rgb(227,0,98); }

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