Html Css Color HEX #E5005F Razzmatazz

📋 copy color: '#E5005F'

red 229 ◦ green 0 ◦ blue 95

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

Shades of Razzmatazz #E5005F

Tints of Razzmatazz #E5005F

RGB

 RED value IS 229 (89.84% from 255) = 70.68%

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

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

R = 70.68%
G = 0%
B = 29.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5005F (or 0xE5005F) is known color: Razzmatazz. HEX triplet: E5, 00 and 5F. RGB value is (229,0,95). Sum of RGB (Red+Green+Blue) = 229+0+95=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5005F is #1AFFA0. Grayscale: #4F4F4F. Windows color (decimal): -1769377 or 6226149. OLE color: 6226149.

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

Color convert

RGB 229 0 95 -
CMYK 0 1 0.59 0.10
HSL 335.11º 1% 0.45% -
HSV(B) 335.11º 1% 0.9% -
XYZ 34.38 17.48 12.39 -
YUV 79.3 136.87 234.78 -
System Red Green Blue C M Y K H S L
Decimal 229 0 95 0 1 0.59 0.10 335.11 1 0.45
Hex E5 0 5F 0 64 3B A 14F 64 2D
Octal 345 0 137 0 144 73 12 517 144 55
Binary 11100101 0 1011111 0 1100100 111011 1010 101001111 1100100 101101

Color Harmonies of #E5005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5005F

Black with #E5005F

Text Example


Text Example

White with #E5005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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