Html Css Color HEX #E078AD Persian Pink

📋 copy color: '#E078AD'

red 224 ◦ green 120 ◦ blue 173

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

Shades of Persian Pink #E078AD

Tints of Persian Pink #E078AD

RGB

 RED value IS 224 (87.89% from 255) = 43.33%

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

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

R = 43.33%
G = 23.21%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E078AD (or 0xE078AD) is known color: Persian Pink. HEX triplet: E0, 78 and AD. RGB value is (224,120,173). Sum of RGB (Red+Green+Blue) = 224+120+173=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E078AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078AD is #1F8752. Grayscale: #9D9D9D. Windows color (decimal): -2066259 or 11368672. OLE color: 11368672.

HSL color Cylindrical-coordinate representation of color #E078AD: hue angle of 329.42º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E078AD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 173 -
CMYK 0 0.46 0.23 0.12
HSL 329.42º 0.63% 0.67% -
HSV(B) 329.42º 0.46% 0.88% -
XYZ 45 32.3 43.4 -
YUV 157.14 136.96 175.69 -
System Red Green Blue C M Y K H S L
Decimal 224 120 173 0 0.46 0.23 0.12 329.42 0.63 0.67
Hex E0 78 AD 0 2E 17 C 149 3F 43
Octal 340 170 255 0 56 27 14 511 77 103
Binary 11100000 1111000 10101101 0 101110 10111 1100 101001001 111111 1000011

Color Harmonies of #E078AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078AD

Black with #E078AD

Text Example


Text Example

White with #E078AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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