Html Css Color HEX #E886B9 Persian Pink

📋 copy color: '#E886B9'

red 232 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #E886B9

Tints of Persian Pink #E886B9

RGB

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

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

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

R = 42.11%
G = 24.32%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E886B9 (or 0xE886B9) is known color: Persian Pink. HEX triplet: E8, 86 and B9. RGB value is (232,134,185). Sum of RGB (Red+Green+Blue) = 232+134+185=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B9 is #177946. Grayscale: #A9A9A9. Windows color (decimal): -1538375 or 12158696. OLE color: 12158696.

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

Color convert

RGB 232 134 185 -
CMYK 0 0.42 0.20 0.09
HSL 328.78º 0.68% 0.72% -
HSV(B) 328.78º 0.42% 0.91% -
XYZ 50.56 37.71 50.51 -
YUV 169.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 232 134 185 0 0.42 0.20 0.09 328.78 0.68 0.72
Hex E8 86 B9 0 2A 14 9 149 44 48
Octal 350 206 271 0 52 24 11 511 104 110
Binary 11101000 10000110 10111001 0 101010 10100 1001 101001001 1000100 1001000

Color Harmonies of #E886B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886B9

Black with #E886B9

Text Example


Text Example

White with #E886B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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