Html Css Color HEX #E886B3 Persian Pink

📋 copy color: '#E886B3'

red 232 ◦ green 134 ◦ blue 179

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

Shades of Persian Pink #E886B3

Tints of Persian Pink #E886B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 42.57%
G = 24.59%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E886B3 (or 0xE886B3) is known color: Persian Pink. HEX triplet: E8, 86 and B3. RGB value is (232,134,179). Sum of RGB (Red+Green+Blue) = 232+134+179=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B3 is #17794C. Grayscale: #A8A8A8. Windows color (decimal): -1538381 or 11765480. OLE color: 11765480.

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

Color convert

RGB 232 134 179 -
CMYK 0 0.42 0.23 0.09
HSL 332.45º 0.68% 0.72% -
HSV(B) 332.45º 0.42% 0.91% -
XYZ 49.94 37.46 47.25 -
YUV 168.43 133.97 173.34 -
System Red Green Blue C M Y K H S L
Decimal 232 134 179 0 0.42 0.23 0.09 332.45 0.68 0.72
Hex E8 86 B3 0 2A 17 9 14C 44 48
Octal 350 206 263 0 52 27 11 514 104 110
Binary 11101000 10000110 10110011 0 101010 10111 1001 101001100 1000100 1001000

Color Harmonies of #E886B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E886B3

Black with #E886B3

Text Example


Text Example

White with #E886B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E886B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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