Html Css Color HEX #E677AF Persian Pink

📋 copy color: '#E677AF'

red 230 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #E677AF

Tints of Persian Pink #E677AF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.71%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 43.89%
G = 22.71%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E677AF (or 0xE677AF) is known color: Persian Pink. HEX triplet: E6, 77 and AF. RGB value is (230,119,175). Sum of RGB (Red+Green+Blue) = 230+119+175=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E677AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E677AF is #198850. Grayscale: #9E9E9E. Windows color (decimal): -1673297 or 11499494. OLE color: 11499494.

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

Color convert

RGB 230 119 175 -
CMYK 0 0.48 0.24 0.10
HSL 329.73º 0.69% 0.68% -
HSV(B) 329.73º 0.48% 0.9% -
XYZ 46.97 33.11 44.47 -
YUV 158.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 230 119 175 0 0.48 0.24 0.10 329.73 0.69 0.68
Hex E6 77 AF 0 30 18 A 14A 45 44
Octal 346 167 257 0 60 30 12 512 105 104
Binary 11100110 1110111 10101111 0 110000 11000 1010 101001010 1000101 1000100

Color Harmonies of #E677AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E677AF

Black with #E677AF

Text Example


Text Example

White with #E677AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E677AF; }

 p { color: rgb(230,119,175); }

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

background-color css

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

 a { background-color: rgb(230,119,175); }

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

border-color css

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

 span { border-color: rgb(230,119,175); }

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