Html Css Color HEX #E5076B Razzmatazz

📋 copy color: '#E5076B'

red 229 ◦ green 7 ◦ blue 107

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

Shades of Razzmatazz #E5076B

Tints of Razzmatazz #E5076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.04%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 66.76%
G = 2.04%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5076B (or 0xE5076B) is known color: Razzmatazz. HEX triplet: E5, 07 and 6B. RGB value is (229,7,107). Sum of RGB (Red+Green+Blue) = 229+7+107=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5076B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5076B is #1AF894. Grayscale: #545454. Windows color (decimal): -1767573 or 7014373. OLE color: 7014373.

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

Color convert

RGB 229 7 107 -
CMYK 0 0.97 0.53 0.10
HSL 332.97º 0.94% 0.46% -
HSV(B) 332.97º 0.97% 0.9% -
XYZ 35.04 17.87 15.51 -
YUV 84.78 140.55 230.87 -
System Red Green Blue C M Y K H S L
Decimal 229 7 107 0 0.97 0.53 0.10 332.97 0.94 0.46
Hex E5 7 6B 0 61 35 A 14D 5E 2E
Octal 345 7 153 0 141 65 12 515 136 56
Binary 11100101 111 1101011 0 1100001 110101 1010 101001101 1011110 101110

Color Harmonies of #E5076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5076B

Black with #E5076B

Text Example


Text Example

White with #E5076B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5076B; }

 p { color: rgb(229,7,107); }

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

background-color css

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

 a { background-color: rgb(229,7,107); }

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

border-color css

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

 span { border-color: rgb(229,7,107); }

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