Html Css Color HEX #E5015F Razzmatazz

📋 copy color: '#E5015F'

red 229 ◦ green 1 ◦ blue 95

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

Shades of Razzmatazz #E5015F

Tints of Razzmatazz #E5015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 70.46%
G = 0.31%
B = 29.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E5015F (or 0xE5015F) is known color: Razzmatazz. HEX triplet: E5, 01 and 5F. RGB value is (229,1,95). Sum of RGB (Red+Green+Blue) = 229+1+95=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5015F is #1AFEA0. Grayscale: #4F4F4F. Windows color (decimal): -1769121 or 6226405. OLE color: 6226405.

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

Color convert

RGB 229 1 95 -
CMYK 0 1.00 0.59 0.10
HSL 335.26º 0.99% 0.45% -
HSV(B) 335.26º 1% 0.9% -
XYZ 34.39 17.51 12.39 -
YUV 79.89 136.54 234.36 -
System Red Green Blue C M Y K H S L
Decimal 229 1 95 0 1.00 0.59 0.10 335.26 0.99 0.45
Hex E5 1 5F 0 64 3B A 14F 63 2D
Octal 345 1 137 0 144 73 12 517 143 55
Binary 11100101 1 1011111 0 1100100 111011 1010 101001111 1100011 101101

Color Harmonies of #E5015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5015F

Black with #E5015F

Text Example


Text Example

White with #E5015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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