Html Css Color HEX #E17FB3 Persian Pink

📋 copy color: '#E17FB3'

red 225 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #E17FB3

Tints of Persian Pink #E17FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 33.71%

R = 42.37%
G = 23.92%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E17FB3 (or 0xE17FB3) is known color: Persian Pink. HEX triplet: E1, 7F and B3. RGB value is (225,127,179). Sum of RGB (Red+Green+Blue) = 225+127+179=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FB3 is #1E804C. Grayscale: #A2A2A2. Windows color (decimal): -1998925 or 11763681. OLE color: 11763681.

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

Color convert

RGB 225 127 179 -
CMYK 0 0.44 0.20 0.12
HSL 328.16º 0.62% 0.69% -
HSV(B) 328.16º 0.44% 0.88% -
XYZ 46.78 34.44 46.83 -
YUV 162.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 225 127 179 0 0.44 0.20 0.12 328.16 0.62 0.69
Hex E1 7F B3 0 2C 14 C 148 3E 45
Octal 341 177 263 0 54 24 14 510 76 105
Binary 11100001 1111111 10110011 0 101100 10100 1100 101001000 111110 1000101

Color Harmonies of #E17FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FB3

Black with #E17FB3

Text Example


Text Example

White with #E17FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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