Html Css Color HEX #E079BD Persian Pink

📋 copy color: '#E079BD'

red 224 ◦ green 121 ◦ blue 189

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

Shades of Persian Pink #E079BD

Tints of Persian Pink #E079BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.39%

R = 41.95%
G = 22.66%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E079BD (or 0xE079BD) is known color: Persian Pink. HEX triplet: E0, 79 and BD. RGB value is (224,121,189). Sum of RGB (Red+Green+Blue) = 224+121+189=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E079BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079BD is #1F8642. Grayscale: #9F9F9F. Windows color (decimal): -2065987 or 12417504. OLE color: 12417504.

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

Color convert

RGB 224 121 189 -
CMYK 0 0.46 0.16 0.12
HSL 320.39º 0.62% 0.68% -
HSV(B) 320.39º 0.46% 0.88% -
XYZ 46.76 33.2 52.09 -
YUV 159.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 224 121 189 0 0.46 0.16 0.12 320.39 0.62 0.68
Hex E0 79 BD 0 2E 10 C 140 3E 44
Octal 340 171 275 0 56 20 14 500 76 104
Binary 11100000 1111001 10111101 0 101110 10000 1100 101000000 111110 1000100

Color Harmonies of #E079BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079BD

Black with #E079BD

Text Example


Text Example

White with #E079BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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