Html Css Color HEX #E874BE Persian Pink

📋 copy color: '#E874BE'

red 232 ◦ green 116 ◦ blue 190

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

Shades of Persian Pink #E874BE

Tints of Persian Pink #E874BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 43.12%
G = 21.56%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E874BE (or 0xE874BE) is known color: Persian Pink. HEX triplet: E8, 74 and BE. RGB value is (232,116,190). Sum of RGB (Red+Green+Blue) = 232+116+190=538 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.12% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 232 - color contains mainly: red. Hex color #E874BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874BE is #178B41. Grayscale: #9E9E9E. Windows color (decimal): -1542978 or 12481768. OLE color: 12481768.

HSL color Cylindrical-coordinate representation of color #E874BE: hue angle of 321.72º 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 #E874BE is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 116 190 -
CMYK 0 0.50 0.18 0.09
HSL 321.72º 0.72% 0.68% -
HSV(B) 321.72º 0.5% 0.91% -
XYZ 48.82 33.36 52.58 -
YUV 159.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 232 116 190 0 0.50 0.18 0.09 321.72 0.72 0.68
Hex E8 74 BE 0 32 12 9 142 48 44
Octal 350 164 276 0 62 22 11 502 110 104
Binary 11101000 1110100 10111110 0 110010 10010 1001 101000010 1001000 1000100

Color Harmonies of #E874BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874BE

Black with #E874BE

Text Example


Text Example

White with #E874BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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