Html Css Color HEX #E17FBD Persian Pink

📋 copy color: '#E17FBD'

red 225 ◦ green 127 ◦ blue 189

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

Shades of Persian Pink #E17FBD

Tints of Persian Pink #E17FBD

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 41.59%
G = 23.48%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E17FBD (or 0xE17FBD) is known color: Persian Pink. HEX triplet: E1, 7F and BD. RGB value is (225,127,189). Sum of RGB (Red+Green+Blue) = 225+127+189=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FBD is #1E8042. Grayscale: #A3A3A3. Windows color (decimal): -1998915 or 12419041. OLE color: 12419041.

HSL color Cylindrical-coordinate representation of color #E17FBD: hue angle of 322.04º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FBD is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 189 -
CMYK 0 0.44 0.16 0.12
HSL 322.04º 0.62% 0.69% -
HSV(B) 322.04º 0.44% 0.88% -
XYZ 47.83 34.86 52.35 -
YUV 163.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 225 127 189 0 0.44 0.16 0.12 322.04 0.62 0.69
Hex E1 7F BD 0 2C 10 C 142 3E 45
Octal 341 177 275 0 54 20 14 502 76 105
Binary 11100001 1111111 10111101 0 101100 10000 1100 101000010 111110 1000101

Color Harmonies of #E17FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FBD

Black with #E17FBD

Text Example


Text Example

White with #E17FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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