Html Css Color HEX #E17EBA Persian Pink

📋 copy color: '#E17EBA'

red 225 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #E17EBA

Tints of Persian Pink #E17EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.46%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 41.9%
G = 23.46%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E17EBA (or 0xE17EBA) is known color: Persian Pink. HEX triplet: E1, 7E and BA. RGB value is (225,126,186). Sum of RGB (Red+Green+Blue) = 225+126+186=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EBA is #1E8145. Grayscale: #A2A2A2. Windows color (decimal): -1999174 or 12222177. OLE color: 12222177.

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

Color convert

RGB 225 126 186 -
CMYK 0 0.44 0.17 0.12
HSL 323.64º 0.62% 0.69% -
HSV(B) 323.64º 0.44% 0.88% -
XYZ 47.38 34.47 50.61 -
YUV 162.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 225 126 186 0 0.44 0.17 0.12 323.64 0.62 0.69
Hex E1 7E BA 0 2C 11 C 144 3E 45
Octal 341 176 272 0 54 21 14 504 76 105
Binary 11100001 1111110 10111010 0 101100 10001 1100 101000100 111110 1000101

Color Harmonies of #E17EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EBA

Black with #E17EBA

Text Example


Text Example

White with #E17EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EBA; }

 p { color: rgb(225,126,186); }

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

background-color css

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

 a { background-color: rgb(225,126,186); }

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

border-color css

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

 span { border-color: rgb(225,126,186); }

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