Html Css Color HEX #E079BE Persian Pink

📋 copy color: '#E079BE'

red 224 ◦ green 121 ◦ blue 190

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

Shades of Persian Pink #E079BE

Tints of Persian Pink #E079BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.51%

R = 41.87%
G = 22.62%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E079BE (or 0xE079BE) is known color: Persian Pink. HEX triplet: E0, 79 and BE. RGB value is (224,121,190). Sum of RGB (Red+Green+Blue) = 224+121+190=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E079BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E079BE is #1F8641. Grayscale: #9F9F9F. Windows color (decimal): -2065986 or 12483040. OLE color: 12483040.

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

Color convert

RGB 224 121 190 -
CMYK 0 0.46 0.15 0.12
HSL 319.81º 0.62% 0.68% -
HSV(B) 319.81º 0.46% 0.88% -
XYZ 46.87 33.24 52.66 -
YUV 159.66 145.12 173.89 -
System Red Green Blue C M Y K H S L
Decimal 224 121 190 0 0.46 0.15 0.12 319.81 0.62 0.68
Hex E0 79 BE 0 2E F C 140 3E 44
Octal 340 171 276 0 56 17 14 500 76 104
Binary 11100000 1111001 10111110 0 101110 1111 1100 101000000 111110 1000100

Color Harmonies of #E079BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E079BE

Black with #E079BE

Text Example


Text Example

White with #E079BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E079BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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