Html Css Color HEX #E175AC Persian Pink

📋 copy color: '#E175AC'

red 225 ◦ green 117 ◦ blue 172

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

Shades of Persian Pink #E175AC

Tints of Persian Pink #E175AC

RGB

 RED value IS 225 (88.28% from 255) = 43.77%

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

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

R = 43.77%
G = 22.76%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E175AC (or 0xE175AC) is known color: Persian Pink. HEX triplet: E1, 75 and AC. RGB value is (225,117,172). Sum of RGB (Red+Green+Blue) = 225+117+172=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E175AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175AC is #1E8A53. Grayscale: #9B9B9B. Windows color (decimal): -2001492 or 11302369. OLE color: 11302369.

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

Color convert

RGB 225 117 172 -
CMYK 0 0.48 0.24 0.12
HSL 329.44º 0.64% 0.67% -
HSV(B) 329.44º 0.48% 0.88% -
XYZ 44.86 31.71 42.79 -
YUV 155.56 137.28 177.53 -
System Red Green Blue C M Y K H S L
Decimal 225 117 172 0 0.48 0.24 0.12 329.44 0.64 0.67
Hex E1 75 AC 0 30 18 C 149 40 43
Octal 341 165 254 0 60 30 14 511 100 103
Binary 11100001 1110101 10101100 0 110000 11000 1100 101001001 1000000 1000011

Color Harmonies of #E175AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175AC

Black with #E175AC

Text Example


Text Example

White with #E175AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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