Html Css Color HEX #E17DC4 Persian Pink

📋 copy color: '#E17DC4'

red 225 ◦ green 125 ◦ blue 196

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

Shades of Persian Pink #E17DC4

Tints of Persian Pink #E17DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.9%

R = 41.21%
G = 22.89%
B = 35.9%

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

#E17DC4 (or 0xE17DC4) is known color: Persian Pink. HEX triplet: E1, 7D and C4. RGB value is (225,125,196). Sum of RGB (Red+Green+Blue) = 225+125+196=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC4 is #1E823B. Grayscale: #A2A2A2. Windows color (decimal): -1999420 or 12877281. OLE color: 12877281.

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

Color convert

RGB 225 125 196 -
CMYK 0 0.44 0.13 0.12
HSL 317.4º 0.63% 0.69% -
HSV(B) 317.4º 0.44% 0.88% -
XYZ 48.35 34.66 56.37 -
YUV 162.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 225 125 196 0 0.44 0.13 0.12 317.4 0.63 0.69
Hex E1 7D C4 0 2C D C 13D 3E 45
Octal 341 175 304 0 54 15 14 475 76 105
Binary 11100001 1111101 11000100 0 101100 1101 1100 100111101 111110 1000101

Color Harmonies of #E17DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DC4

Black with #E17DC4

Text Example


Text Example

White with #E17DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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