Html Css Color HEX #E874B9 Persian Pink

📋 copy color: '#E874B9'

red 232 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #E874B9

Tints of Persian Pink #E874B9

RGB

 RED value IS 232 (91.02% from 255) = 43.53%

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

 BLUE value IS 185 (72.66% from 255) = 34.71%

R = 43.53%
G = 21.76%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E874B9 (or 0xE874B9) is known color: Persian Pink. HEX triplet: E8, 74 and B9. RGB value is (232,116,185). Sum of RGB (Red+Green+Blue) = 232+116+185=533 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.53% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 232 - color contains mainly: red. Hex color #E874B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874B9 is #178B46. Grayscale: #9E9E9E. Windows color (decimal): -1542983 or 12154088. OLE color: 12154088.

HSL color Cylindrical-coordinate representation of color #E874B9: hue angle of 324.31º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874B9 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 116 185 -
CMYK 0 0.50 0.20 0.09
HSL 324.31º 0.72% 0.68% -
HSV(B) 324.31º 0.5% 0.91% -
XYZ 48.28 33.15 49.75 -
YUV 158.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 232 116 185 0 0.50 0.20 0.09 324.31 0.72 0.68
Hex E8 74 B9 0 32 14 9 144 48 44
Octal 350 164 271 0 62 24 11 504 110 104
Binary 11101000 1110100 10111001 0 110010 10100 1001 101000100 1001000 1000100

Color Harmonies of #E874B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874B9

Black with #E874B9

Text Example


Text Example

White with #E874B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874B9; }

 p { color: rgb(232,116,185); }

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

background-color css

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

 a { background-color: rgb(232,116,185); }

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

border-color css

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

 span { border-color: rgb(232,116,185); }

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