Html Css Color HEX #E174BD Persian Pink

📋 copy color: '#E174BD'

red 225 ◦ green 116 ◦ blue 189

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

Shades of Persian Pink #E174BD

Tints of Persian Pink #E174BD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.89%

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 42.45%
G = 21.89%
B = 35.66%

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

#E174BD (or 0xE174BD) is known color: Persian Pink. HEX triplet: E1, 74 and BD. RGB value is (225,116,189). Sum of RGB (Red+Green+Blue) = 225+116+189=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 225 - color contains mainly: red. Hex color #E174BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174BD is #1E8B42. Grayscale: #9C9C9C. Windows color (decimal): -2001731 or 12416225. OLE color: 12416225.

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

Color convert

RGB 225 116 189 -
CMYK 0 0.48 0.16 0.12
HSL 319.82º 0.64% 0.67% -
HSV(B) 319.82º 0.48% 0.88% -
XYZ 46.48 32.17 51.9 -
YUV 156.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 225 116 189 0 0.48 0.16 0.12 319.82 0.64 0.67
Hex E1 74 BD 0 30 10 C 140 40 43
Octal 341 164 275 0 60 20 14 500 100 103
Binary 11100001 1110100 10111101 0 110000 10000 1100 101000000 1000000 1000011

Color Harmonies of #E174BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174BD

Black with #E174BD

Text Example


Text Example

White with #E174BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174BD; }

 p { color: rgb(225,116,189); }

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

background-color css

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

 a { background-color: rgb(225,116,189); }

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

border-color css

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

 span { border-color: rgb(225,116,189); }

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