Html Css Color HEX #E174AF Persian Pink

📋 copy color: '#E174AF'

red 225 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #E174AF

Tints of Persian Pink #E174AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 43.6%
G = 22.48%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E174AF (or 0xE174AF) is known color: Persian Pink. HEX triplet: E1, 74 and AF. RGB value is (225,116,175). Sum of RGB (Red+Green+Blue) = 225+116+175=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E174AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174AF is #1E8B50. Grayscale: #9B9B9B. Windows color (decimal): -2001745 or 11498721. OLE color: 11498721.

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

Color convert

RGB 225 116 175 -
CMYK 0 0.48 0.22 0.12
HSL 327.52º 0.64% 0.67% -
HSV(B) 327.52º 0.48% 0.88% -
XYZ 45.03 31.59 44.28 -
YUV 155.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 225 116 175 0 0.48 0.22 0.12 327.52 0.64 0.67
Hex E1 74 AF 0 30 16 C 148 40 43
Octal 341 164 257 0 60 26 14 510 100 103
Binary 11100001 1110100 10101111 0 110000 10110 1100 101001000 1000000 1000011

Color Harmonies of #E174AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174AF

Black with #E174AF

Text Example


Text Example

White with #E174AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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