Html Css Color HEX #E875A0 Pale Violet Red

📋 copy color: '#E875A0'

red 232 ◦ green 117 ◦ blue 160

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

Shades of Pale Violet Red #E875A0

Tints of Pale Violet Red #E875A0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.99%

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 45.58%
G = 22.99%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E875A0 (or 0xE875A0) is known color: Pale Violet Red. HEX triplet: E8, 75 and A0. RGB value is (232,117,160). Sum of RGB (Red+Green+Blue) = 232+117+160=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E875A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E875A0 is #178A5F. Grayscale: #9C9C9C. Windows color (decimal): -1542752 or 10515944. OLE color: 10515944.

HSL color Cylindrical-coordinate representation of color #E875A0: hue angle of 337.57º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875A0 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 160 -
CMYK 0 0.50 0.31 0.09
HSL 337.57º 0.71% 0.68% -
HSV(B) 337.57º 0.5% 0.91% -
XYZ 45.99 32.42 37.09 -
YUV 156.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 232 117 160 0 0.50 0.31 0.09 337.57 0.71 0.68
Hex E8 75 A0 0 32 1F 9 152 47 44
Octal 350 165 240 0 62 37 11 522 107 104
Binary 11101000 1110101 10100000 0 110010 11111 1001 101010010 1000111 1000100

Color Harmonies of #E875A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875A0

Black with #E875A0

Text Example


Text Example

White with #E875A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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