Html Css Color HEX #E676AD Persian Pink

📋 copy color: '#E676AD'

red 230 ◦ green 118 ◦ blue 173

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

Shades of Persian Pink #E676AD

Tints of Persian Pink #E676AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.65%

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

R = 44.15%
G = 22.65%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E676AD (or 0xE676AD) is known color: Persian Pink. HEX triplet: E6, 76 and AD. RGB value is (230,118,173). Sum of RGB (Red+Green+Blue) = 230+118+173=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E676AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E676AD is #198952. Grayscale: #9D9D9D. Windows color (decimal): -1673555 or 11368166. OLE color: 11368166.

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

Color convert

RGB 230 118 173 -
CMYK 0 0.49 0.25 0.10
HSL 330.54º 0.69% 0.68% -
HSV(B) 330.54º 0.49% 0.9% -
XYZ 46.65 32.8 43.41 -
YUV 157.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 230 118 173 0 0.49 0.25 0.10 330.54 0.69 0.68
Hex E6 76 AD 0 31 19 A 14B 45 44
Octal 346 166 255 0 61 31 12 513 105 104
Binary 11100110 1110110 10101101 0 110001 11001 1010 101001011 1000101 1000100

Color Harmonies of #E676AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676AD

Black with #E676AD

Text Example


Text Example

White with #E676AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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