Html Css Color HEX #E17DBA Persian Pink

📋 copy color: '#E17DBA'

red 225 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #E17DBA

Tints of Persian Pink #E17DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

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

R = 41.98%
G = 23.32%
B = 34.7%

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

#E17DBA (or 0xE17DBA) is known color: Persian Pink. HEX triplet: E1, 7D and BA. RGB value is (225,125,186). Sum of RGB (Red+Green+Blue) = 225+125+186=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DBA is #1E8245. Grayscale: #A1A1A1. Windows color (decimal): -1999430 or 12221921. OLE color: 12221921.

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

Color convert

RGB 225 125 186 -
CMYK 0 0.44 0.17 0.12
HSL 323.4º 0.63% 0.69% -
HSV(B) 323.4º 0.44% 0.88% -
XYZ 47.25 34.22 50.57 -
YUV 161.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 225 125 186 0 0.44 0.17 0.12 323.4 0.63 0.69
Hex E1 7D BA 0 2C 11 C 143 3E 45
Octal 341 175 272 0 54 21 14 503 76 105
Binary 11100001 1111101 10111010 0 101100 10001 1100 101000011 111110 1000101

Color Harmonies of #E17DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DBA

Black with #E17DBA

Text Example


Text Example

White with #E17DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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