Html Css Color HEX #E879AF Persian Pink

📋 copy color: '#E879AF'

red 232 ◦ green 121 ◦ blue 175

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

Shades of Persian Pink #E879AF

Tints of Persian Pink #E879AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.92%

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

R = 43.94%
G = 22.92%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E879AF (or 0xE879AF) is known color: Persian Pink. HEX triplet: E8, 79 and AF. RGB value is (232,121,175). Sum of RGB (Red+Green+Blue) = 232+121+175=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E879AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E879AF is #178650. Grayscale: #A0A0A0. Windows color (decimal): -1541713 or 11500008. OLE color: 11500008.

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

Color convert

RGB 232 121 175 -
CMYK 0 0.48 0.25 0.09
HSL 330.81º 0.71% 0.69% -
HSV(B) 330.81º 0.48% 0.91% -
XYZ 47.85 33.93 44.58 -
YUV 160.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 232 121 175 0 0.48 0.25 0.09 330.81 0.71 0.69
Hex E8 79 AF 0 30 19 9 14B 47 45
Octal 350 171 257 0 60 31 11 513 107 105
Binary 11101000 1111001 10101111 0 110000 11001 1001 101001011 1000111 1000101

Color Harmonies of #E879AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E879AF

Black with #E879AF

Text Example


Text Example

White with #E879AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E879AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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