Html Css Color HEX #E679AB Persian Pink

📋 copy color: '#E679AB'

red 230 ◦ green 121 ◦ blue 171

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

Shades of Persian Pink #E679AB

Tints of Persian Pink #E679AB

RGB

 RED value IS 230 (90.23% from 255) = 44.06%

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

 BLUE value IS 171 (67.19% from 255) = 32.76%

R = 44.06%
G = 23.18%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E679AB (or 0xE679AB) is known color: Persian Pink. HEX triplet: E6, 79 and AB. RGB value is (230,121,171). Sum of RGB (Red+Green+Blue) = 230+121+171=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E679AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E679AB is #198654. Grayscale: #9F9F9F. Windows color (decimal): -1672789 or 11237862. OLE color: 11237862.

HSL color Cylindrical-coordinate representation of color #E679AB: hue angle of 332.48º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E679AB is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 171 -
CMYK 0 0.47 0.26 0.10
HSL 332.48º 0.69% 0.69% -
HSV(B) 332.48º 0.47% 0.9% -
XYZ 46.82 33.44 42.51 -
YUV 159.29 134.61 178.43 -
System Red Green Blue C M Y K H S L
Decimal 230 121 171 0 0.47 0.26 0.10 332.48 0.69 0.69
Hex E6 79 AB 0 2F 1A A 14C 45 45
Octal 346 171 253 0 57 32 12 514 105 105
Binary 11100110 1111001 10101011 0 101111 11010 1010 101001100 1000101 1000101

Color Harmonies of #E679AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679AB

Black with #E679AB

Text Example


Text Example

White with #E679AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679AB; }

 p { color: rgb(230,121,171); }

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

background-color css

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

 a { background-color: rgb(230,121,171); }

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

border-color css

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

 span { border-color: rgb(230,121,171); }

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