Html Css Color HEX #E676AB Persian Pink

📋 copy color: '#E676AB'

red 230 ◦ green 118 ◦ blue 171

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

Shades of Persian Pink #E676AB

Tints of Persian Pink #E676AB

RGB

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

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

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

R = 44.32%
G = 22.74%
B = 32.95%

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

#E676AB (or 0xE676AB) is known color: Persian Pink. HEX triplet: E6, 76 and AB. RGB value is (230,118,171). Sum of RGB (Red+Green+Blue) = 230+118+171=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E676AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E676AB is #198954. Grayscale: #9D9D9D. Windows color (decimal): -1673557 or 11237094. OLE color: 11237094.

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

Color convert

RGB 230 118 171 -
CMYK 0 0.49 0.26 0.10
HSL 331.61º 0.69% 0.68% -
HSV(B) 331.61º 0.49% 0.9% -
XYZ 46.46 32.72 42.39 -
YUV 157.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 230 118 171 0 0.49 0.26 0.10 331.61 0.69 0.68
Hex E6 76 AB 0 31 1A A 14C 45 44
Octal 346 166 253 0 61 32 12 514 105 104
Binary 11100110 1110110 10101011 0 110001 11010 1010 101001100 1000101 1000100

Color Harmonies of #E676AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E676AB

Black with #E676AB

Text Example


Text Example

White with #E676AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E676AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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