Html Css Color HEX #E079BA Persian Pink

📋 copy color: '#E079BA'

red 224 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #E079BA

Tints of Persian Pink #E079BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.03%

R = 42.18%
G = 22.79%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E079BA (or 0xE079BA) is known color: Persian Pink. HEX triplet: E0, 79 and BA. RGB value is (224,121,186). Sum of RGB (Red+Green+Blue) = 224+121+186=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E079BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079BA is #1F8645. Grayscale: #9F9F9F. Windows color (decimal): -2065990 or 12220896. OLE color: 12220896.

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

Color convert

RGB 224 121 186 -
CMYK 0 0.46 0.17 0.12
HSL 322.14º 0.62% 0.68% -
HSV(B) 322.14º 0.46% 0.88% -
XYZ 46.44 33.07 50.39 -
YUV 159.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 224 121 186 0 0.46 0.17 0.12 322.14 0.62 0.68
Hex E0 79 BA 0 2E 11 C 142 3E 44
Octal 340 171 272 0 56 21 14 502 76 104
Binary 11100000 1111001 10111010 0 101110 10001 1100 101000010 111110 1000100

Color Harmonies of #E079BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079BA

Black with #E079BA

Text Example


Text Example

White with #E079BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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