Html Css Color HEX #E882BE Persian Pink

📋 copy color: '#E882BE'

red 232 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E882BE

Tints of Persian Pink #E882BE

RGB

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

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

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

R = 42.03%
G = 23.55%
B = 34.42%

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

#E882BE (or 0xE882BE) is known color: Persian Pink. HEX triplet: E8, 82 and BE. RGB value is (232,130,190). Sum of RGB (Red+Green+Blue) = 232+130+190=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E882BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E882BE is #177D41. Grayscale: #A7A7A7. Windows color (decimal): -1539394 or 12485352. OLE color: 12485352.

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

Color convert

RGB 232 130 190 -
CMYK 0 0.44 0.18 0.09
HSL 324.71º 0.69% 0.71% -
HSV(B) 324.71º 0.44% 0.91% -
XYZ 50.56 36.84 53.16 -
YUV 167.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 232 130 190 0 0.44 0.18 0.09 324.71 0.69 0.71
Hex E8 82 BE 0 2C 12 9 145 45 47
Octal 350 202 276 0 54 22 11 505 105 107
Binary 11101000 10000010 10111110 0 101100 10010 1001 101000101 1000101 1000111

Color Harmonies of #E882BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E882BE

Black with #E882BE

Text Example


Text Example

White with #E882BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E882BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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