Html Css Color HEX #E884BE Persian Pink

📋 copy color: '#E884BE'

red 232 ◦ green 132 ◦ blue 190

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

Shades of Persian Pink #E884BE

Tints of Persian Pink #E884BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.83%

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

R = 41.88%
G = 23.83%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E884BE (or 0xE884BE) is known color: Persian Pink. HEX triplet: E8, 84 and BE. RGB value is (232,132,190). Sum of RGB (Red+Green+Blue) = 232+132+190=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E884BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884BE is #177B41. Grayscale: #A8A8A8. Windows color (decimal): -1538882 or 12485864. OLE color: 12485864.

HSL color Cylindrical-coordinate representation of color #E884BE: hue angle of 325.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884BE is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 132 190 -
CMYK 0 0.43 0.18 0.09
HSL 325.2º 0.68% 0.71% -
HSV(B) 325.2º 0.43% 0.91% -
XYZ 50.82 37.38 53.25 -
YUV 168.51 140.13 173.28 -
System Red Green Blue C M Y K H S L
Decimal 232 132 190 0 0.43 0.18 0.09 325.2 0.68 0.71
Hex E8 84 BE 0 2B 12 9 145 44 47
Octal 350 204 276 0 53 22 11 505 104 107
Binary 11101000 10000100 10111110 0 101011 10010 1001 101000101 1000100 1000111

Color Harmonies of #E884BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E884BE

Black with #E884BE

Text Example


Text Example

White with #E884BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E884BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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