Html Css Color HEX #E5016D Razzmatazz

📋 copy color: '#E5016D'

red 229 ◦ green 1 ◦ blue 109

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

Shades of Razzmatazz #E5016D

Tints of Razzmatazz #E5016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 67.55%
G = 0.29%
B = 32.15%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5016D (or 0xE5016D) is known color: Razzmatazz. HEX triplet: E5, 01 and 6D. RGB value is (229,1,109). Sum of RGB (Red+Green+Blue) = 229+1+109=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5016D is #1AFE92. Grayscale: #515151. Windows color (decimal): -1769107 or 7143909. OLE color: 7143909.

HSL color Cylindrical-coordinate representation of color #E5016D: hue angle of 331.58º 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 #E5016D is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 109 -
CMYK 0 1.00 0.52 0.10
HSL 331.58º 0.99% 0.45% -
HSV(B) 331.58º 1% 0.9% -
XYZ 35.08 17.78 16.05 -
YUV 81.48 143.54 233.22 -
System Red Green Blue C M Y K H S L
Decimal 229 1 109 0 1.00 0.52 0.10 331.58 0.99 0.45
Hex E5 1 6D 0 64 34 A 14C 63 2D
Octal 345 1 155 0 144 64 12 514 143 55
Binary 11100101 1 1101101 0 1100100 110100 1010 101001100 1100011 101101

Color Harmonies of #E5016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5016D

Black with #E5016D

Text Example


Text Example

White with #E5016D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5016D; }

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

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

background-color css

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

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

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

border-color css

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

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

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