Html Css Color HEX #E5076C Razzmatazz

📋 copy color: '#E5076C'

red 229 ◦ green 7 ◦ blue 108

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

Shades of Razzmatazz #E5076C

Tints of Razzmatazz #E5076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 66.57%
G = 2.03%
B = 31.4%

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

#E5076C (or 0xE5076C) is known color: Razzmatazz. HEX triplet: E5, 07 and 6C. RGB value is (229,7,108). Sum of RGB (Red+Green+Blue) = 229+7+108=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5076C is #1AF893. Grayscale: #545454. Windows color (decimal): -1767572 or 7079909. OLE color: 7079909.

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

Color convert

RGB 229 7 108 -
CMYK 0 0.97 0.53 0.10
HSL 332.7º 0.94% 0.46% -
HSV(B) 332.7º 0.97% 0.9% -
XYZ 35.1 17.89 15.79 -
YUV 84.89 141.05 230.79 -
System Red Green Blue C M Y K H S L
Decimal 229 7 108 0 0.97 0.53 0.10 332.7 0.94 0.46
Hex E5 7 6C 0 61 35 A 14D 5E 2E
Octal 345 7 154 0 141 65 12 515 136 56
Binary 11100101 111 1101100 0 1100001 110101 1010 101001101 1011110 101110

Color Harmonies of #E5076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5076C

Black with #E5076C

Text Example


Text Example

White with #E5076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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