Html Css Color HEX #E678AD Persian Pink

📋 copy color: '#E678AD'

red 230 ◦ green 120 ◦ blue 173

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

Shades of Persian Pink #E678AD

Tints of Persian Pink #E678AD

RGB

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

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

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

R = 43.98%
G = 22.94%
B = 33.08%

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

#E678AD (or 0xE678AD) is known color: Persian Pink. HEX triplet: E6, 78 and AD. RGB value is (230,120,173). Sum of RGB (Red+Green+Blue) = 230+120+173=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AD is #198752. Grayscale: #9E9E9E. Windows color (decimal): -1673043 or 11368678. OLE color: 11368678.

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

Color convert

RGB 230 120 173 -
CMYK 0 0.48 0.25 0.10
HSL 331.09º 0.69% 0.69% -
HSV(B) 331.09º 0.48% 0.9% -
XYZ 46.89 33.27 43.49 -
YUV 158.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 230 120 173 0 0.48 0.25 0.10 331.09 0.69 0.69
Hex E6 78 AD 0 30 19 A 14B 45 45
Octal 346 170 255 0 60 31 12 513 105 105
Binary 11100110 1111000 10101101 0 110000 11001 1010 101001011 1000101 1000101

Color Harmonies of #E678AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678AD

Black with #E678AD

Text Example


Text Example

White with #E678AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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