Html Css Color HEX #E678AC Persian Pink

📋 copy color: '#E678AC'

red 230 ◦ green 120 ◦ blue 172

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

Shades of Persian Pink #E678AC

Tints of Persian Pink #E678AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.99%

 BLUE value IS 172 (67.58% from 255) = 32.95%

R = 44.06%
G = 22.99%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E678AC (or 0xE678AC) is known color: Persian Pink. HEX triplet: E6, 78 and AC. RGB value is (230,120,172). Sum of RGB (Red+Green+Blue) = 230+120+172=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AC is #198753. Grayscale: #9E9E9E. Windows color (decimal): -1673044 or 11303142. OLE color: 11303142.

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

Color convert

RGB 230 120 172 -
CMYK 0 0.48 0.25 0.10
HSL 331.64º 0.69% 0.69% -
HSV(B) 331.64º 0.48% 0.9% -
XYZ 46.8 33.23 42.98 -
YUV 158.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 230 120 172 0 0.48 0.25 0.10 331.64 0.69 0.69
Hex E6 78 AC 0 30 19 A 14C 45 45
Octal 346 170 254 0 60 31 12 514 105 105
Binary 11100110 1111000 10101100 0 110000 11001 1010 101001100 1000101 1000101

Color Harmonies of #E678AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678AC

Black with #E678AC

Text Example


Text Example

White with #E678AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678AC; }

 p { color: rgb(230,120,172); }

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

background-color css

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

 a { background-color: rgb(230,120,172); }

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

border-color css

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

 span { border-color: rgb(230,120,172); }

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