Html Css Color HEX #E17BBF Persian Pink

📋 copy color: '#E17BBF'

red 225 ◦ green 123 ◦ blue 191

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

Shades of Persian Pink #E17BBF

Tints of Persian Pink #E17BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 41.74%
G = 22.82%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E17BBF (or 0xE17BBF) is known color: Persian Pink. HEX triplet: E1, 7B and BF. RGB value is (225,123,191). Sum of RGB (Red+Green+Blue) = 225+123+191=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BBF is #1E8440. Grayscale: #A1A1A1. Windows color (decimal): -1999937 or 12549089. OLE color: 12549089.

HSL color Cylindrical-coordinate representation of color #E17BBF: hue angle of 320º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BBF is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 123 191 -
CMYK 0 0.45 0.15 0.12
HSL 320º 0.63% 0.68% -
HSV(B) 320º 0.45% 0.88% -
XYZ 47.54 33.94 53.33 -
YUV 161.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 225 123 191 0 0.45 0.15 0.12 320 0.63 0.68
Hex E1 7B BF 0 2D F C 140 3F 44
Octal 341 173 277 0 55 17 14 500 77 104
Binary 11100001 1111011 10111111 0 101101 1111 1100 101000000 111111 1000100

Color Harmonies of #E17BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17BBF

Black with #E17BBF

Text Example


Text Example

White with #E17BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17BBF; }

 p { color: rgb(225,123,191); }

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

background-color css

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

 a { background-color: rgb(225,123,191); }

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

border-color css

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

 span { border-color: rgb(225,123,191); }

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