Html Css Color HEX #E275AC Persian Pink

📋 copy color: '#E275AC'

red 226 ◦ green 117 ◦ blue 172

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

Shades of Persian Pink #E275AC

Tints of Persian Pink #E275AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.72%

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

R = 43.88%
G = 22.72%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E275AC (or 0xE275AC) is known color: Persian Pink. HEX triplet: E2, 75 and AC. RGB value is (226,117,172). Sum of RGB (Red+Green+Blue) = 226+117+172=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E275AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E275AC is #1D8A53. Grayscale: #9B9B9B. Windows color (decimal): -1935956 or 11302370. OLE color: 11302370.

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

Color convert

RGB 226 117 172 -
CMYK 0 0.48 0.24 0.11
HSL 329.72º 0.65% 0.67% -
HSV(B) 329.72º 0.48% 0.89% -
XYZ 45.17 31.87 42.8 -
YUV 155.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 226 117 172 0 0.48 0.24 0.11 329.72 0.65 0.67
Hex E2 75 AC 0 30 18 B 14A 41 43
Octal 342 165 254 0 60 30 13 512 101 103
Binary 11100010 1110101 10101100 0 110000 11000 1011 101001010 1000001 1000011

Color Harmonies of #E275AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275AC

Black with #E275AC

Text Example


Text Example

White with #E275AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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