Html Css Color HEX #E079C2 Persian Pink

📋 copy color: '#E079C2'

red 224 ◦ green 121 ◦ blue 194

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

Shades of Persian Pink #E079C2

Tints of Persian Pink #E079C2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.45%

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 41.56%
G = 22.45%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E079C2 (or 0xE079C2) is known color: Persian Pink. HEX triplet: E0, 79 and C2. RGB value is (224,121,194). Sum of RGB (Red+Green+Blue) = 224+121+194=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E079C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079C2 is #1F863D. Grayscale: #9F9F9F. Windows color (decimal): -2065982 or 12745184. OLE color: 12745184.

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

Color convert

RGB 224 121 194 -
CMYK 0 0.46 0.13 0.12
HSL 317.48º 0.62% 0.68% -
HSV(B) 317.48º 0.46% 0.88% -
XYZ 47.32 33.42 55 -
YUV 160.12 147.12 173.56 -
System Red Green Blue C M Y K H S L
Decimal 224 121 194 0 0.46 0.13 0.12 317.48 0.62 0.68
Hex E0 79 C2 0 2E D C 13D 3E 44
Octal 340 171 302 0 56 15 14 475 76 104
Binary 11100000 1111001 11000010 0 101110 1101 1100 100111101 111110 1000100

Color Harmonies of #E079C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079C2

Black with #E079C2

Text Example


Text Example

White with #E079C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079C2; }

 p { color: rgb(224,121,194); }

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

background-color css

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

 a { background-color: rgb(224,121,194); }

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

border-color css

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

 span { border-color: rgb(224,121,194); }

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