Html Css Color HEX #E079B5 Persian Pink

📋 copy color: '#E079B5'

red 224 ◦ green 121 ◦ blue 181

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

Shades of Persian Pink #E079B5

Tints of Persian Pink #E079B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.41%

R = 42.59%
G = 23%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.12

RGB Variations

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

Color information

#E079B5 (or 0xE079B5) is known color: Persian Pink. HEX triplet: E0, 79 and B5. RGB value is (224,121,181). Sum of RGB (Red+Green+Blue) = 224+121+181=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E079B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079B5 is #1F864A. Grayscale: #9E9E9E. Windows color (decimal): -2065995 or 11893216. OLE color: 11893216.

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

Color convert

RGB 224 121 181 -
CMYK 0 0.46 0.19 0.12
HSL 325.05º 0.62% 0.68% -
HSV(B) 325.05º 0.46% 0.88% -
XYZ 45.92 32.86 47.64 -
YUV 158.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 224 121 181 0 0.46 0.19 0.12 325.05 0.62 0.68
Hex E0 79 B5 0 2E 13 C 145 3E 44
Octal 340 171 265 0 56 23 14 505 76 104
Binary 11100000 1111001 10110101 0 101110 10011 1100 101000101 111110 1000100

Color Harmonies of #E079B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079B5

Black with #E079B5

Text Example


Text Example

White with #E079B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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