Html Css Color HEX #E30075 Razzmatazz

📋 copy color: '#E30075'

red 227 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #E30075

Tints of Razzmatazz #E30075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.01%

R = 65.99%
G = 0%
B = 34.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E30075 (or 0xE30075) is known color: Razzmatazz. HEX triplet: E3, 00 and 75. RGB value is (227,0,117). Sum of RGB (Red+Green+Blue) = 227+0+117=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E30075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30075 is #1CFF8A. Grayscale: #505050. Windows color (decimal): -1900427 or 7667939. OLE color: 7667939.

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

Color convert

RGB 227 0 117 -
CMYK 0 1 0.48 0.11
HSL 329.07º 1% 0.45% -
HSV(B) 329.07º 1% 0.89% -
XYZ 34.89 17.62 18.39 -
YUV 81.21 148.21 231.99 -
System Red Green Blue C M Y K H S L
Decimal 227 0 117 0 1 0.48 0.11 329.07 1 0.45
Hex E3 0 75 0 64 30 B 149 64 2D
Octal 343 0 165 0 144 60 13 511 144 55
Binary 11100011 0 1110101 0 1100100 110000 1011 101001001 1100100 101101

Color Harmonies of #E30075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30075

Black with #E30075

Text Example


Text Example

White with #E30075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30075; }

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

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

background-color css

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

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

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

border-color css

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

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

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