Html Css Color HEX #E3005F Razzmatazz

📋 copy color: '#E3005F'

red 227 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #E3005F

Tints of Razzmatazz #E3005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 70.5%
G = 0%
B = 29.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E3005F (or 0xE3005F) is known color: Razzmatazz. HEX triplet: E3, 00 and 5F. RGB value is (227,0,95). Sum of RGB (Red+Green+Blue) = 227+0+95=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3005F is #1CFFA0. Grayscale: #4E4E4E. Windows color (decimal): -1900449 or 6226147. OLE color: 6226147.

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

Color convert

RGB 227 0 95 -
CMYK 0 1 0.58 0.11
HSL 334.89º 1% 0.45% -
HSV(B) 334.89º 1% 0.89% -
XYZ 33.74 17.16 12.36 -
YUV 78.7 137.21 233.78 -
System Red Green Blue C M Y K H S L
Decimal 227 0 95 0 1 0.58 0.11 334.89 1 0.45
Hex E3 0 5F 0 64 3A B 14F 64 2D
Octal 343 0 137 0 144 72 13 517 144 55
Binary 11100011 0 1011111 0 1100100 111010 1011 101001111 1100100 101101

Color Harmonies of #E3005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3005F

Black with #E3005F

Text Example


Text Example

White with #E3005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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