Html Css Color HEX #E679AD Persian Pink

📋 copy color: '#E679AD'

red 230 ◦ green 121 ◦ blue 173

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

Shades of Persian Pink #E679AD

Tints of Persian Pink #E679AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 43.89%
G = 23.09%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E679AD (or 0xE679AD) is known color: Persian Pink. HEX triplet: E6, 79 and AD. RGB value is (230,121,173). Sum of RGB (Red+Green+Blue) = 230+121+173=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E679AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E679AD is #198652. Grayscale: #9F9F9F. Windows color (decimal): -1672787 or 11368934. OLE color: 11368934.

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

Color convert

RGB 230 121 173 -
CMYK 0 0.47 0.25 0.10
HSL 331.38º 0.69% 0.69% -
HSV(B) 331.38º 0.47% 0.9% -
XYZ 47.01 33.51 43.53 -
YUV 159.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 230 121 173 0 0.47 0.25 0.10 331.38 0.69 0.69
Hex E6 79 AD 0 2F 19 A 14B 45 45
Octal 346 171 255 0 57 31 12 513 105 105
Binary 11100110 1111001 10101101 0 101111 11001 1010 101001011 1000101 1000101

Color Harmonies of #E679AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E679AD

Black with #E679AD

Text Example


Text Example

White with #E679AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E679AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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