Html Css Color HEX #E175BE Persian Pink

📋 copy color: '#E175BE'

red 225 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #E175BE

Tints of Persian Pink #E175BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.71%

R = 42.29%
G = 21.99%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E175BE (or 0xE175BE) is known color: Persian Pink. HEX triplet: E1, 75 and BE. RGB value is (225,117,190). Sum of RGB (Red+Green+Blue) = 225+117+190=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E175BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175BE is #1E8A41. Grayscale: #9D9D9D. Windows color (decimal): -2001474 or 12482017. OLE color: 12482017.

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

Color convert

RGB 225 117 190 -
CMYK 0 0.48 0.16 0.12
HSL 319.44º 0.64% 0.67% -
HSV(B) 319.44º 0.48% 0.88% -
XYZ 46.71 32.45 52.52 -
YUV 157.61 146.28 176.06 -
System Red Green Blue C M Y K H S L
Decimal 225 117 190 0 0.48 0.16 0.12 319.44 0.64 0.67
Hex E1 75 BE 0 30 10 C 13F 40 43
Octal 341 165 276 0 60 20 14 477 100 103
Binary 11100001 1110101 10111110 0 110000 10000 1100 100111111 1000000 1000011

Color Harmonies of #E175BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175BE

Black with #E175BE

Text Example


Text Example

White with #E175BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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