Html Css Color HEX #E781BA Persian Pink

📋 copy color: '#E781BA'

red 231 ◦ green 129 ◦ blue 186

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

Shades of Persian Pink #E781BA

Tints of Persian Pink #E781BA

RGB

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

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

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

R = 42.31%
G = 23.63%
B = 34.07%

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

#E781BA (or 0xE781BA) is known color: Persian Pink. HEX triplet: E7, 81 and BA. RGB value is (231,129,186). Sum of RGB (Red+Green+Blue) = 231+129+186=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E781BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781BA is #187E45. Grayscale: #A5A5A5. Windows color (decimal): -1605190 or 12222951. OLE color: 12222951.

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

Color convert

RGB 231 129 186 -
CMYK 0 0.44 0.19 0.09
HSL 326.47º 0.68% 0.71% -
HSV(B) 326.47º 0.44% 0.91% -
XYZ 49.67 36.23 50.83 -
YUV 166 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 231 129 186 0 0.44 0.19 0.09 326.47 0.68 0.71
Hex E7 81 BA 0 2C 13 9 146 44 47
Octal 347 201 272 0 54 23 11 506 104 107
Binary 11100111 10000001 10111010 0 101100 10011 1001 101000110 1000100 1000111

Color Harmonies of #E781BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781BA

Black with #E781BA

Text Example


Text Example

White with #E781BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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