Html Css Color HEX #E884BD Persian Pink

📋 copy color: '#E884BD'

red 232 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #E884BD

Tints of Persian Pink #E884BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 41.95%
G = 23.87%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E884BD (or 0xE884BD) is known color: Persian Pink. HEX triplet: E8, 84 and BD. RGB value is (232,132,189). Sum of RGB (Red+Green+Blue) = 232+132+189=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E884BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E884BD is #177B42. Grayscale: #A8A8A8. Windows color (decimal): -1538883 or 12420328. OLE color: 12420328.

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

Color convert

RGB 232 132 189 -
CMYK 0 0.43 0.19 0.09
HSL 325.8º 0.68% 0.71% -
HSV(B) 325.8º 0.43% 0.91% -
XYZ 50.72 37.33 52.68 -
YUV 168.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 232 132 189 0 0.43 0.19 0.09 325.8 0.68 0.71
Hex E8 84 BD 0 2B 13 9 146 44 47
Octal 350 204 275 0 53 23 11 506 104 107
Binary 11101000 10000100 10111101 0 101011 10011 1001 101000110 1000100 1000111

Color Harmonies of #E884BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E884BD

Black with #E884BD

Text Example


Text Example

White with #E884BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E884BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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