Html Css Color HEX #E078AF Persian Pink

📋 copy color: '#E078AF'

red 224 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #E078AF

Tints of Persian Pink #E078AF

RGB

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

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

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

R = 43.16%
G = 23.12%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E078AF (or 0xE078AF) is known color: Persian Pink. HEX triplet: E0, 78 and AF. RGB value is (224,120,175). Sum of RGB (Red+Green+Blue) = 224+120+175=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E078AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E078AF is #1F8750. Grayscale: #9D9D9D. Windows color (decimal): -2066257 or 11499744. OLE color: 11499744.

HSL color Cylindrical-coordinate representation of color #E078AF: hue angle of 328.27º 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 #E078AF is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 120 175 -
CMYK 0 0.46 0.22 0.12
HSL 328.27º 0.63% 0.67% -
HSV(B) 328.27º 0.46% 0.88% -
XYZ 45.19 32.38 44.42 -
YUV 157.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 224 120 175 0 0.46 0.22 0.12 328.27 0.63 0.67
Hex E0 78 AF 0 2E 16 C 148 3F 43
Octal 340 170 257 0 56 26 14 510 77 103
Binary 11100000 1111000 10101111 0 101110 10110 1100 101001000 111111 1000011

Color Harmonies of #E078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E078AF

Black with #E078AF

Text Example


Text Example

White with #E078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E078AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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