Html Css Color HEX #E676AA Persian Pink

📋 copy color: '#E676AA'

red 230 ◦ green 118 ◦ blue 170

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

Shades of Persian Pink #E676AA

Tints of Persian Pink #E676AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 44.4%
G = 22.78%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E676AA (or 0xE676AA) is known color: Persian Pink. HEX triplet: E6, 76 and AA. RGB value is (230,118,170). Sum of RGB (Red+Green+Blue) = 230+118+170=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E676AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E676AA is #198955. Grayscale: #9D9D9D. Windows color (decimal): -1673558 or 11171558. OLE color: 11171558.

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

Color convert

RGB 230 118 170 -
CMYK 0 0.49 0.26 0.10
HSL 332.14º 0.69% 0.68% -
HSV(B) 332.14º 0.49% 0.9% -
XYZ 46.37 32.68 41.89 -
YUV 157.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 230 118 170 0 0.49 0.26 0.10 332.14 0.69 0.68
Hex E6 76 AA 0 31 1A A 14C 45 44
Octal 346 166 252 0 61 32 12 514 105 104
Binary 11100110 1110110 10101010 0 110001 11010 1010 101001100 1000101 1000100

Color Harmonies of #E676AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676AA

Black with #E676AA

Text Example


Text Example

White with #E676AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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