Html Css Color HEX #E875AF Persian Pink

📋 copy color: '#E875AF'

red 232 ◦ green 117 ◦ blue 175

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

Shades of Persian Pink #E875AF

Tints of Persian Pink #E875AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 44.27%
G = 22.33%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E875AF (or 0xE875AF) is known color: Persian Pink. HEX triplet: E8, 75 and AF. RGB value is (232,117,175). Sum of RGB (Red+Green+Blue) = 232+117+175=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E875AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E875AF is #178A50. Grayscale: #9D9D9D. Windows color (decimal): -1542737 or 11498984. OLE color: 11498984.

HSL color Cylindrical-coordinate representation of color #E875AF: hue angle of 329.74º 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 #E875AF is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 117 175 -
CMYK 0 0.50 0.25 0.09
HSL 329.74º 0.71% 0.68% -
HSV(B) 329.74º 0.5% 0.91% -
XYZ 47.38 32.97 44.42 -
YUV 158 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 232 117 175 0 0.50 0.25 0.09 329.74 0.71 0.68
Hex E8 75 AF 0 32 19 9 14A 47 44
Octal 350 165 257 0 62 31 11 512 107 104
Binary 11101000 1110101 10101111 0 110010 11001 1001 101001010 1000111 1000100

Color Harmonies of #E875AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E875AF

Black with #E875AF

Text Example


Text Example

White with #E875AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E875AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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