Html Css Color HEX #E881BE Persian Pink

📋 copy color: '#E881BE'

red 232 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #E881BE

Tints of Persian Pink #E881BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 42.11%
G = 23.41%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E881BE (or 0xE881BE) is known color: Persian Pink. HEX triplet: E8, 81 and BE. RGB value is (232,129,190). Sum of RGB (Red+Green+Blue) = 232+129+190=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E881BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E881BE is #177E41. Grayscale: #A6A6A6. Windows color (decimal): -1539650 or 12485096. OLE color: 12485096.

HSL color Cylindrical-coordinate representation of color #E881BE: hue angle of 324.47º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E881BE is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 129 190 -
CMYK 0 0.44 0.18 0.09
HSL 324.47º 0.69% 0.71% -
HSV(B) 324.47º 0.44% 0.91% -
XYZ 50.42 36.57 53.12 -
YUV 166.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 232 129 190 0 0.44 0.18 0.09 324.47 0.69 0.71
Hex E8 81 BE 0 2C 12 9 144 45 47
Octal 350 201 276 0 54 22 11 504 105 107
Binary 11101000 10000001 10111110 0 101100 10010 1001 101000100 1000101 1000111

Color Harmonies of #E881BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E881BE

Black with #E881BE

Text Example


Text Example

White with #E881BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E881BE; }

 p { color: rgb(232,129,190); }

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

background-color css

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

 a { background-color: rgb(232,129,190); }

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

border-color css

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

 span { border-color: rgb(232,129,190); }

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