Html Css Color HEX #E886BD Persian Pink

📋 copy color: '#E886BD'

red 232 ◦ green 134 ◦ blue 189

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

Shades of Persian Pink #E886BD

Tints of Persian Pink #E886BD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.14%

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

R = 41.8%
G = 24.14%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E886BD (or 0xE886BD) is known color: Persian Pink. HEX triplet: E8, 86 and BD. RGB value is (232,134,189). Sum of RGB (Red+Green+Blue) = 232+134+189=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E886BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886BD is #177942. Grayscale: #A9A9A9. Windows color (decimal): -1538371 or 12420840. OLE color: 12420840.

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

Color convert

RGB 232 134 189 -
CMYK 0 0.42 0.19 0.09
HSL 326.33º 0.68% 0.72% -
HSV(B) 326.33º 0.42% 0.91% -
XYZ 50.99 37.88 52.77 -
YUV 169.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 232 134 189 0 0.42 0.19 0.09 326.33 0.68 0.72
Hex E8 86 BD 0 2A 13 9 146 44 48
Octal 350 206 275 0 52 23 11 506 104 110
Binary 11101000 10000110 10111101 0 101010 10011 1001 101000110 1000100 1001000

Color Harmonies of #E886BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886BD

Black with #E886BD

Text Example


Text Example

White with #E886BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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