Html Css Color HEX #E80950 Razzmatazz

📋 copy color: '#E80950'

red 232 ◦ green 9 ◦ blue 80

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

Shades of Razzmatazz #E80950

Tints of Razzmatazz #E80950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 80 (31.64% from 255) = 24.92%

R = 72.27%
G = 2.8%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E80950 (or 0xE80950) is known color: Razzmatazz. HEX triplet: E8, 09 and 50. RGB value is (232,9,80). Sum of RGB (Red+Green+Blue) = 232+9+80=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E80950 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80950 is #17F6AF. Grayscale: #535353. Windows color (decimal): -1570480 or 5245416. OLE color: 5245416.

HSL color Cylindrical-coordinate representation of color #E80950: hue angle of 340.9º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80950 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 9 80 -
CMYK 0 0.96 0.66 0.09
HSL 340.9º 0.93% 0.47% -
HSV(B) 340.9º 0.96% 0.91% -
XYZ 34.82 17.93 9.21 -
YUV 83.77 125.88 233.73 -
System Red Green Blue C M Y K H S L
Decimal 232 9 80 0 0.96 0.66 0.09 340.9 0.93 0.47
Hex E8 9 50 0 60 42 9 155 5D 2F
Octal 350 11 120 0 140 102 11 525 135 57
Binary 11101000 1001 1010000 0 1100000 1000010 1001 101010101 1011101 101111

Color Harmonies of #E80950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80950

Black with #E80950

Text Example


Text Example

White with #E80950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80950; }

 p { color: rgb(232,9,80); }

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

background-color css

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

 a { background-color: rgb(232,9,80); }

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

border-color css

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

 span { border-color: rgb(232,9,80); }

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