Html Css Color HEX #E5056D Razzmatazz

📋 copy color: '#E5056D'

red 229 ◦ green 5 ◦ blue 109

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

Shades of Razzmatazz #E5056D

Tints of Razzmatazz #E5056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.46%

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

R = 66.76%
G = 1.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5056D (or 0xE5056D) is known color: Razzmatazz. HEX triplet: E5, 05 and 6D. RGB value is (229,5,109). Sum of RGB (Red+Green+Blue) = 229+5+109=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 5 (2.34% from 255 or 1.46% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5056D is #1AFA92. Grayscale: #535353. Windows color (decimal): -1768083 or 7144933. OLE color: 7144933.

HSL color Cylindrical-coordinate representation of color #E5056D: hue angle of 332.14º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5056D is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 109 -
CMYK 0 0.98 0.52 0.10
HSL 332.14º 0.96% 0.46% -
HSV(B) 332.14º 0.98% 0.9% -
XYZ 35.13 17.87 16.07 -
YUV 83.83 142.21 231.54 -
System Red Green Blue C M Y K H S L
Decimal 229 5 109 0 0.98 0.52 0.10 332.14 0.96 0.46
Hex E5 5 6D 0 62 34 A 14C 60 2E
Octal 345 5 155 0 142 64 12 514 140 56
Binary 11100101 101 1101101 0 1100010 110100 1010 101001100 1100000 101110

Color Harmonies of #E5056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5056D

Black with #E5056D

Text Example


Text Example

White with #E5056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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