Html Css Color HEX #E272AC Persian Pink

📋 copy color: '#E272AC'

red 226 ◦ green 114 ◦ blue 172

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

Shades of Persian Pink #E272AC

Tints of Persian Pink #E272AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 44.14%
G = 22.27%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E272AC (or 0xE272AC) is known color: Persian Pink. HEX triplet: E2, 72 and AC. RGB value is (226,114,172). Sum of RGB (Red+Green+Blue) = 226+114+172=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E272AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272AC is #1D8D53. Grayscale: #999999. Windows color (decimal): -1936724 or 11301602. OLE color: 11301602.

HSL color Cylindrical-coordinate representation of color #E272AC: hue angle of 328.93º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E272AC is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 172 -
CMYK 0 0.50 0.24 0.11
HSL 328.93º 0.66% 0.67% -
HSV(B) 328.93º 0.5% 0.89% -
XYZ 44.83 31.18 42.69 -
YUV 154.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 226 114 172 0 0.50 0.24 0.11 328.93 0.66 0.67
Hex E2 72 AC 0 32 18 B 149 42 43
Octal 342 162 254 0 62 30 13 511 102 103
Binary 11100010 1110010 10101100 0 110010 11000 1011 101001001 1000010 1000011

Color Harmonies of #E272AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272AC

Black with #E272AC

Text Example


Text Example

White with #E272AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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