Html Css Color HEX #E80D4F Razzmatazz

📋 copy color: '#E80D4F'

red 232 ◦ green 13 ◦ blue 79

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

Shades of Razzmatazz #E80D4F

Tints of Razzmatazz #E80D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 71.6%
G = 4.01%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E80D4F (or 0xE80D4F) is known color: Razzmatazz. HEX triplet: E8, 0D and 4F. RGB value is (232,13,79). Sum of RGB (Red+Green+Blue) = 232+13+79=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80D4F is #17F2B0. Grayscale: #555555. Windows color (decimal): -1569457 or 5180904. OLE color: 5180904.

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

Color convert

RGB 232 13 79 -
CMYK 0 0.94 0.66 0.09
HSL 341.92º 0.89% 0.48% -
HSV(B) 341.92º 0.94% 0.91% -
XYZ 34.83 18.01 9.04 -
YUV 86.01 124.05 232.13 -
System Red Green Blue C M Y K H S L
Decimal 232 13 79 0 0.94 0.66 0.09 341.92 0.89 0.48
Hex E8 D 4F 0 5E 42 9 156 59 30
Octal 350 15 117 0 136 102 11 526 131 60
Binary 11101000 1101 1001111 0 1011110 1000010 1001 101010110 1011001 110000

Color Harmonies of #E80D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D4F

Black with #E80D4F

Text Example


Text Example

White with #E80D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D4F; }

 p { color: rgb(232,13,79); }

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

background-color css

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

 a { background-color: rgb(232,13,79); }

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

border-color css

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

 span { border-color: rgb(232,13,79); }

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