Html Css Color HEX #E272AF Persian Pink

📋 copy color: '#E272AF'

red 226 ◦ green 114 ◦ blue 175

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

Shades of Persian Pink #E272AF

Tints of Persian Pink #E272AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 43.88%
G = 22.14%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E272AF (or 0xE272AF) is known color: Persian Pink. HEX triplet: E2, 72 and AF. RGB value is (226,114,175). Sum of RGB (Red+Green+Blue) = 226+114+175=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E272AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E272AF is #1D8D50. Grayscale: #9A9A9A. Windows color (decimal): -1936721 or 11498210. OLE color: 11498210.

HSL color Cylindrical-coordinate representation of color #E272AF: hue angle of 327.32º 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 #E272AF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 114 175 -
CMYK 0 0.50 0.23 0.11
HSL 327.32º 0.66% 0.67% -
HSV(B) 327.32º 0.5% 0.89% -
XYZ 45.12 31.3 44.22 -
YUV 154.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 226 114 175 0 0.50 0.23 0.11 327.32 0.66 0.67
Hex E2 72 AF 0 32 17 B 147 42 43
Octal 342 162 257 0 62 27 13 507 102 103
Binary 11100010 1110010 10101111 0 110010 10111 1011 101000111 1000010 1000011

Color Harmonies of #E272AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E272AF

Black with #E272AF

Text Example


Text Example

White with #E272AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E272AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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