Html Css Color HEX #E277AC Persian Pink

📋 copy color: '#E277AC'

red 226 ◦ green 119 ◦ blue 172

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

Shades of Persian Pink #E277AC

Tints of Persian Pink #E277AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.02%

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

R = 43.71%
G = 23.02%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E277AC (or 0xE277AC) is known color: Persian Pink. HEX triplet: E2, 77 and AC. RGB value is (226,119,172). Sum of RGB (Red+Green+Blue) = 226+119+172=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E277AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E277AC is #1D8853. Grayscale: #9C9C9C. Windows color (decimal): -1935444 or 11302882. OLE color: 11302882.

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

Color convert

RGB 226 119 172 -
CMYK 0 0.47 0.24 0.11
HSL 330.28º 0.65% 0.68% -
HSV(B) 330.28º 0.47% 0.89% -
XYZ 45.41 32.34 42.88 -
YUV 157.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 226 119 172 0 0.47 0.24 0.11 330.28 0.65 0.68
Hex E2 77 AC 0 2F 18 B 14A 41 44
Octal 342 167 254 0 57 30 13 512 101 104
Binary 11100010 1110111 10101100 0 101111 11000 1011 101001010 1000001 1000100

Color Harmonies of #E277AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E277AC

Black with #E277AC

Text Example


Text Example

White with #E277AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E277AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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