Html Css Color HEX #E079BC Persian Pink

📋 copy color: '#E079BC'

red 224 ◦ green 121 ◦ blue 188

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

Shades of Persian Pink #E079BC

Tints of Persian Pink #E079BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 42.03%
G = 22.7%
B = 35.27%

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

#E079BC (or 0xE079BC) is known color: Persian Pink. HEX triplet: E0, 79 and BC. RGB value is (224,121,188). Sum of RGB (Red+Green+Blue) = 224+121+188=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E079BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079BC is #1F8643. Grayscale: #9F9F9F. Windows color (decimal): -2065988 or 12351968. OLE color: 12351968.

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

Color convert

RGB 224 121 188 -
CMYK 0 0.46 0.16 0.12
HSL 320.97º 0.62% 0.68% -
HSV(B) 320.97º 0.46% 0.88% -
XYZ 46.65 33.15 51.52 -
YUV 159.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 224 121 188 0 0.46 0.16 0.12 320.97 0.62 0.68
Hex E0 79 BC 0 2E 10 C 141 3E 44
Octal 340 171 274 0 56 20 14 501 76 104
Binary 11100000 1111001 10111100 0 101110 10000 1100 101000001 111110 1000100

Color Harmonies of #E079BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079BC

Black with #E079BC

Text Example


Text Example

White with #E079BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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