Html Css Color HEX #E17DC3 Persian Pink

📋 copy color: '#E17DC3'

red 225 ◦ green 125 ◦ blue 195

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

Shades of Persian Pink #E17DC3

Tints of Persian Pink #E17DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.78%

R = 41.28%
G = 22.94%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E17DC3 (or 0xE17DC3) is known color: Persian Pink. HEX triplet: E1, 7D and C3. RGB value is (225,125,195). Sum of RGB (Red+Green+Blue) = 225+125+195=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC3 is #1E823C. Grayscale: #A2A2A2. Windows color (decimal): -1999421 or 12811745. OLE color: 12811745.

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

Color convert

RGB 225 125 195 -
CMYK 0 0.44 0.13 0.12
HSL 318º 0.63% 0.69% -
HSV(B) 318º 0.44% 0.88% -
XYZ 48.24 34.61 55.77 -
YUV 162.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 225 125 195 0 0.44 0.13 0.12 318 0.63 0.69
Hex E1 7D C3 0 2C D C 13E 3E 45
Octal 341 175 303 0 54 15 14 476 76 105
Binary 11100001 1111101 11000011 0 101100 1101 1100 100111110 111110 1000101

Color Harmonies of #E17DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DC3

Black with #E17DC3

Text Example


Text Example

White with #E17DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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