Html Css Color HEX #E175B0 Persian Pink

📋 copy color: '#E175B0'

red 225 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #E175B0

Tints of Persian Pink #E175B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.98%

R = 43.44%
G = 22.59%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E175B0 (or 0xE175B0) is known color: Persian Pink. HEX triplet: E1, 75 and B0. RGB value is (225,117,176). Sum of RGB (Red+Green+Blue) = 225+117+176=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E175B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E175B0 is #1E8A4F. Grayscale: #9B9B9B. Windows color (decimal): -2001488 or 11564513. OLE color: 11564513.

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

Color convert

RGB 225 117 176 -
CMYK 0 0.48 0.22 0.12
HSL 327.22º 0.64% 0.67% -
HSV(B) 327.22º 0.48% 0.88% -
XYZ 45.25 31.86 44.84 -
YUV 156.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 225 117 176 0 0.48 0.22 0.12 327.22 0.64 0.67
Hex E1 75 B0 0 30 16 C 147 40 43
Octal 341 165 260 0 60 26 14 507 100 103
Binary 11100001 1110101 10110000 0 110000 10110 1100 101000111 1000000 1000011

Color Harmonies of #E175B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175B0

Black with #E175B0

Text Example


Text Example

White with #E175B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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