Html Css Color HEX #E80072 Razzmatazz

📋 copy color: '#E80072'

red 232 ◦ green 0 ◦ blue 114

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

Shades of Razzmatazz #E80072

Tints of Razzmatazz #E80072

RGB

 RED value IS 232 (91.02% from 255) = 67.05%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 67.05%
G = 0%
B = 32.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E80072 (or 0xE80072) is known color: Razzmatazz. HEX triplet: E8, 00 and 72. RGB value is (232,0,114). Sum of RGB (Red+Green+Blue) = 232+0+114=346 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.05% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 232 - color contains mainly: red. Hex color #E80072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80072 is #17FF8D. Grayscale: #525252. Windows color (decimal): -1572750 or 7471336. OLE color: 7471336.

HSL color Cylindrical-coordinate representation of color #E80072: hue angle of 330.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80072 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 114 -
CMYK 0 1 0.51 0.09
HSL 330.52º 1% 0.45% -
HSV(B) 330.52º 1% 0.91% -
XYZ 36.32 18.37 17.55 -
YUV 82.36 145.86 234.73 -
System Red Green Blue C M Y K H S L
Decimal 232 0 114 0 1 0.51 0.09 330.52 1 0.45
Hex E8 0 72 0 64 33 9 14B 64 2D
Octal 350 0 162 0 144 63 11 513 144 55
Binary 11101000 0 1110010 0 1100100 110011 1001 101001011 1100100 101101

Color Harmonies of #E80072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80072

Black with #E80072

Text Example


Text Example

White with #E80072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80072; }

 p { color: rgb(232,0,114); }

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

background-color css

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

 a { background-color: rgb(232,0,114); }

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

border-color css

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

 span { border-color: rgb(232,0,114); }

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