Html Css Color HEX #E174B2 Persian Pink

📋 copy color: '#E174B2'

red 225 ◦ green 116 ◦ blue 178

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

Shades of Persian Pink #E174B2

Tints of Persian Pink #E174B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 43.35%
G = 22.35%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E174B2 (or 0xE174B2) is known color: Persian Pink. HEX triplet: E1, 74 and B2. RGB value is (225,116,178). Sum of RGB (Red+Green+Blue) = 225+116+178=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E174B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E174B2 is #1E8B4D. Grayscale: #9B9B9B. Windows color (decimal): -2001742 or 11695329. OLE color: 11695329.

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

Color convert

RGB 225 116 178 -
CMYK 0 0.48 0.21 0.12
HSL 325.87º 0.64% 0.67% -
HSV(B) 325.87º 0.48% 0.88% -
XYZ 45.33 31.71 45.85 -
YUV 155.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 225 116 178 0 0.48 0.21 0.12 325.87 0.64 0.67
Hex E1 74 B2 0 30 15 C 146 40 43
Octal 341 164 262 0 60 25 14 506 100 103
Binary 11100001 1110100 10110010 0 110000 10101 1100 101000110 1000000 1000011

Color Harmonies of #E174B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E174B2

Black with #E174B2

Text Example


Text Example

White with #E174B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E174B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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