Html Css Color HEX #E886B8 Persian Pink

📋 copy color: '#E886B8'

red 232 ◦ green 134 ◦ blue 184

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

Shades of Persian Pink #E886B8

Tints of Persian Pink #E886B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 42.18%
G = 24.36%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E886B8 (or 0xE886B8) is known color: Persian Pink. HEX triplet: E8, 86 and B8. RGB value is (232,134,184). Sum of RGB (Red+Green+Blue) = 232+134+184=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B8 is #177947. Grayscale: #A8A8A8. Windows color (decimal): -1538376 or 12093160. OLE color: 12093160.

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

Color convert

RGB 232 134 184 -
CMYK 0 0.42 0.21 0.09
HSL 329.39º 0.68% 0.72% -
HSV(B) 329.39º 0.42% 0.91% -
XYZ 50.46 37.67 49.96 -
YUV 169 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 232 134 184 0 0.42 0.21 0.09 329.39 0.68 0.72
Hex E8 86 B8 0 2A 15 9 149 44 48
Octal 350 206 270 0 52 25 11 511 104 110
Binary 11101000 10000110 10111000 0 101010 10101 1001 101001001 1000100 1001000

Color Harmonies of #E886B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886B8

Black with #E886B8

Text Example


Text Example

White with #E886B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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