Html Css Color HEX #E279AC Persian Pink

📋 copy color: '#E279AC'

red 226 ◦ green 121 ◦ blue 172

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

Shades of Persian Pink #E279AC

Tints of Persian Pink #E279AC

RGB

 RED value IS 226 (88.67% from 255) = 43.55%

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

 BLUE value IS 172 (67.58% from 255) = 33.14%

R = 43.55%
G = 23.31%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E279AC (or 0xE279AC) is known color: Persian Pink. HEX triplet: E2, 79 and AC. RGB value is (226,121,172). Sum of RGB (Red+Green+Blue) = 226+121+172=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E279AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E279AC is #1D8653. Grayscale: #9E9E9E. Windows color (decimal): -1934932 or 11303394. OLE color: 11303394.

HSL color Cylindrical-coordinate representation of color #E279AC: hue angle of 330.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E279AC is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 121 172 -
CMYK 0 0.46 0.24 0.11
HSL 330.86º 0.64% 0.68% -
HSV(B) 330.86º 0.46% 0.89% -
XYZ 45.65 32.82 42.96 -
YUV 158.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 226 121 172 0 0.46 0.24 0.11 330.86 0.64 0.68
Hex E2 79 AC 0 2E 18 B 14B 40 44
Octal 342 171 254 0 56 30 13 513 100 104
Binary 11100010 1111001 10101100 0 101110 11000 1011 101001011 1000000 1000100

Color Harmonies of #E279AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E279AC

Black with #E279AC

Text Example


Text Example

White with #E279AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E279AC; }

 p { color: rgb(226,121,172); }

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

background-color css

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

 a { background-color: rgb(226,121,172); }

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

border-color css

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

 span { border-color: rgb(226,121,172); }

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