Html Css Color HEX #E174C2 Persian Pink

📋 copy color: '#E174C2'

red 225 ◦ green 116 ◦ blue 194

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

Shades of Persian Pink #E174C2

Tints of Persian Pink #E174C2

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.68%

 BLUE value IS 194 (76.17% from 255) = 36.26%

R = 42.06%
G = 21.68%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E174C2 (or 0xE174C2) is known color: Persian Pink. HEX triplet: E1, 74 and C2. RGB value is (225,116,194). Sum of RGB (Red+Green+Blue) = 225+116+194=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E174C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E174C2 is #1E8B3D. Grayscale: #9D9D9D. Windows color (decimal): -2001726 or 12743905. OLE color: 12743905.

HSL color Cylindrical-coordinate representation of color #E174C2: hue angle of 317.06º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E174C2 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 116 194 -
CMYK 0 0.48 0.14 0.12
HSL 317.06º 0.64% 0.67% -
HSV(B) 317.06º 0.48% 0.88% -
XYZ 47.03 32.39 54.81 -
YUV 157.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 225 116 194 0 0.48 0.14 0.12 317.06 0.64 0.67
Hex E1 74 C2 0 30 E C 13D 40 43
Octal 341 164 302 0 60 16 14 475 100 103
Binary 11100001 1110100 11000010 0 110000 1110 1100 100111101 1000000 1000011

Color Harmonies of #E174C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174C2

Black with #E174C2

Text Example


Text Example

White with #E174C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174C2; }

 p { color: rgb(225,116,194); }

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

background-color css

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

 a { background-color: rgb(225,116,194); }

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

border-color css

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

 span { border-color: rgb(225,116,194); }

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