Html Css Color HEX #E30963 Razzmatazz

📋 copy color: '#E30963'

red 227 ◦ green 9 ◦ blue 99

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

Shades of Razzmatazz #E30963

Tints of Razzmatazz #E30963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 67.76%
G = 2.69%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#E30963 (or 0xE30963) is known color: Razzmatazz. HEX triplet: E3, 09 and 63. RGB value is (227,9,99). Sum of RGB (Red+Green+Blue) = 227+9+99=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E30963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30963 is #1CF69C. Grayscale: #545454. Windows color (decimal): -1898141 or 6490595. OLE color: 6490595.

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

Color convert

RGB 227 9 99 -
CMYK 0 0.96 0.56 0.11
HSL 335.23º 0.92% 0.46% -
HSV(B) 335.23º 0.96% 0.89% -
XYZ 34.03 17.43 13.37 -
YUV 84.44 136.22 229.68 -
System Red Green Blue C M Y K H S L
Decimal 227 9 99 0 0.96 0.56 0.11 335.23 0.92 0.46
Hex E3 9 63 0 60 38 B 14F 5C 2E
Octal 343 11 143 0 140 70 13 517 134 56
Binary 11100011 1001 1100011 0 1100000 111000 1011 101001111 1011100 101110

Color Harmonies of #E30963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30963

Black with #E30963

Text Example


Text Example

White with #E30963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30963; }

 p { color: rgb(227,9,99); }

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

background-color css

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

 a { background-color: rgb(227,9,99); }

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

border-color css

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

 span { border-color: rgb(227,9,99); }

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