Html Css Color HEX #E175BA Persian Pink

📋 copy color: '#E175BA'

red 225 ◦ green 117 ◦ blue 186

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

Shades of Persian Pink #E175BA

Tints of Persian Pink #E175BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 42.61%
G = 22.16%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E175BA (or 0xE175BA) is known color: Persian Pink. HEX triplet: E1, 75 and BA. RGB value is (225,117,186). Sum of RGB (Red+Green+Blue) = 225+117+186=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E175BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175BA is #1E8A45. Grayscale: #9C9C9C. Windows color (decimal): -2001478 or 12219873. OLE color: 12219873.

HSL color Cylindrical-coordinate representation of color #E175BA: hue angle of 321.67º 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 #E175BA is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 117 186 -
CMYK 0 0.48 0.17 0.12
HSL 321.67º 0.64% 0.67% -
HSV(B) 321.67º 0.48% 0.88% -
XYZ 46.28 32.28 50.25 -
YUV 157.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 225 117 186 0 0.48 0.17 0.12 321.67 0.64 0.67
Hex E1 75 BA 0 30 11 C 142 40 43
Octal 341 165 272 0 60 21 14 502 100 103
Binary 11100001 1110101 10111010 0 110000 10001 1100 101000010 1000000 1000011

Color Harmonies of #E175BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175BA

Black with #E175BA

Text Example


Text Example

White with #E175BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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