Html Css Color HEX #E273AC Persian Pink

📋 copy color: '#E273AC'

red 226 ◦ green 115 ◦ blue 172

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

Shades of Persian Pink #E273AC

Tints of Persian Pink #E273AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.42%

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

R = 44.05%
G = 22.42%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E273AC (or 0xE273AC) is known color: Persian Pink. HEX triplet: E2, 73 and AC. RGB value is (226,115,172). Sum of RGB (Red+Green+Blue) = 226+115+172=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E273AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E273AC is #1D8C53. Grayscale: #9A9A9A. Windows color (decimal): -1936468 or 11301858. OLE color: 11301858.

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

Color convert

RGB 226 115 172 -
CMYK 0 0.49 0.24 0.11
HSL 329.19º 0.66% 0.67% -
HSV(B) 329.19º 0.49% 0.89% -
XYZ 44.94 31.41 42.72 -
YUV 154.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 226 115 172 0 0.49 0.24 0.11 329.19 0.66 0.67
Hex E2 73 AC 0 31 18 B 149 42 43
Octal 342 163 254 0 61 30 13 511 102 103
Binary 11100010 1110011 10101100 0 110001 11000 1011 101001001 1000010 1000011

Color Harmonies of #E273AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273AC

Black with #E273AC

Text Example


Text Example

White with #E273AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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