Html Css Color HEX #E787BA Persian Pink

📋 copy color: '#E787BA'

red 231 ◦ green 135 ◦ blue 186

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

Shades of Persian Pink #E787BA

Tints of Persian Pink #E787BA

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

 GREEN value IS 135 (53.13% from 255) = 24.46%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 41.85%
G = 24.46%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E787BA (or 0xE787BA) is known color: Persian Pink. HEX triplet: E7, 87 and BA. RGB value is (231,135,186). Sum of RGB (Red+Green+Blue) = 231+135+186=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E787BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E787BA is #187845. Grayscale: #A9A9A9. Windows color (decimal): -1603654 or 12224487. OLE color: 12224487.

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

Color convert

RGB 231 135 186 -
CMYK 0 0.42 0.19 0.09
HSL 328.13º 0.67% 0.72% -
HSV(B) 328.13º 0.42% 0.91% -
XYZ 50.48 37.86 51.1 -
YUV 169.52 137.3 171.85 -
System Red Green Blue C M Y K H S L
Decimal 231 135 186 0 0.42 0.19 0.09 328.13 0.67 0.72
Hex E7 87 BA 0 2A 13 9 148 43 48
Octal 347 207 272 0 52 23 11 510 103 110
Binary 11100111 10000111 10111010 0 101010 10011 1001 101001000 1000011 1001000

Color Harmonies of #E787BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E787BA

Black with #E787BA

Text Example


Text Example

White with #E787BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E787BA; }

 p { color: rgb(231,135,186); }

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

background-color css

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

 a { background-color: rgb(231,135,186); }

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

border-color css

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

 span { border-color: rgb(231,135,186); }

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