Html Css Color HEX #E882BD Persian Pink

📋 copy color: '#E882BD'

red 232 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #E882BD

Tints of Persian Pink #E882BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.59%

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

R = 42.11%
G = 23.59%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E882BD (or 0xE882BD) is known color: Persian Pink. HEX triplet: E8, 82 and BD. RGB value is (232,130,189). Sum of RGB (Red+Green+Blue) = 232+130+189=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E882BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882BD is #177D42. Grayscale: #A7A7A7. Windows color (decimal): -1539395 or 12419816. OLE color: 12419816.

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

Color convert

RGB 232 130 189 -
CMYK 0 0.44 0.19 0.09
HSL 325.29º 0.69% 0.71% -
HSV(B) 325.29º 0.44% 0.91% -
XYZ 50.45 36.8 52.59 -
YUV 167.22 140.29 174.2 -
System Red Green Blue C M Y K H S L
Decimal 232 130 189 0 0.44 0.19 0.09 325.29 0.69 0.71
Hex E8 82 BD 0 2C 13 9 145 45 47
Octal 350 202 275 0 54 23 11 505 105 107
Binary 11101000 10000010 10111101 0 101100 10011 1001 101000101 1000101 1000111

Color Harmonies of #E882BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882BD

Black with #E882BD

Text Example


Text Example

White with #E882BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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