Html Css Color HEX #E80375 Razzmatazz

📋 copy color: '#E80375'

red 232 ◦ green 3 ◦ blue 117

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

Shades of Razzmatazz #E80375

Tints of Razzmatazz #E80375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 65.91%
G = 0.85%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E80375 (or 0xE80375) is known color: Razzmatazz. HEX triplet: E8, 03 and 75. RGB value is (232,3,117). Sum of RGB (Red+Green+Blue) = 232+3+117=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E80375 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80375 is #17FC8A. Grayscale: #545454. Windows color (decimal): -1571979 or 7668712. OLE color: 7668712.

HSL color Cylindrical-coordinate representation of color #E80375: hue angle of 330.13º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80375 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 3 117 -
CMYK 0 0.99 0.50 0.09
HSL 330.13º 0.97% 0.46% -
HSV(B) 330.13º 0.99% 0.91% -
XYZ 36.52 18.51 18.48 -
YUV 84.47 146.37 233.23 -
System Red Green Blue C M Y K H S L
Decimal 232 3 117 0 0.99 0.50 0.09 330.13 0.97 0.46
Hex E8 3 75 0 63 32 9 14A 61 2E
Octal 350 3 165 0 143 62 11 512 141 56
Binary 11101000 11 1110101 0 1100011 110010 1001 101001010 1100001 101110

Color Harmonies of #E80375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80375

Black with #E80375

Text Example


Text Example

White with #E80375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80375; }

 p { color: rgb(232,3,117); }

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

background-color css

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

 a { background-color: rgb(232,3,117); }

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

border-color css

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

 span { border-color: rgb(232,3,117); }

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