Html Css Color HEX #E17EC4 Persian Pink

📋 copy color: '#E17EC4'

red 225 ◦ green 126 ◦ blue 196

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

Shades of Persian Pink #E17EC4

Tints of Persian Pink #E17EC4

RGB

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

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

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

R = 41.13%
G = 23.03%
B = 35.83%

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

#E17EC4 (or 0xE17EC4) is known color: Persian Pink. HEX triplet: E1, 7E and C4. RGB value is (225,126,196). Sum of RGB (Red+Green+Blue) = 225+126+196=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EC4 is #1E813B. Grayscale: #A3A3A3. Windows color (decimal): -1999164 or 12877537. OLE color: 12877537.

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

Color convert

RGB 225 126 196 -
CMYK 0 0.44 0.13 0.12
HSL 317.58º 0.62% 0.69% -
HSV(B) 317.58º 0.44% 0.88% -
XYZ 48.48 34.91 56.41 -
YUV 163.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 225 126 196 0 0.44 0.13 0.12 317.58 0.62 0.69
Hex E1 7E C4 0 2C D C 13E 3E 45
Octal 341 176 304 0 54 15 14 476 76 105
Binary 11100001 1111110 11000100 0 101100 1101 1100 100111110 111110 1000101

Color Harmonies of #E17EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17EC4

Black with #E17EC4

Text Example


Text Example

White with #E17EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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