Html Css Color HEX #E781BE Persian Pink

📋 copy color: '#E781BE'

red 231 ◦ green 129 ◦ blue 190

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

Shades of Persian Pink #E781BE

Tints of Persian Pink #E781BE

RGB

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

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

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

R = 42%
G = 23.45%
B = 34.55%

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

#E781BE (or 0xE781BE) is known color: Persian Pink. HEX triplet: E7, 81 and BE. RGB value is (231,129,190). Sum of RGB (Red+Green+Blue) = 231+129+190=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E781BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781BE is #187E41. Grayscale: #A6A6A6. Windows color (decimal): -1605186 or 12485095. OLE color: 12485095.

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

Color convert

RGB 231 129 190 -
CMYK 0 0.44 0.18 0.09
HSL 324.12º 0.68% 0.71% -
HSV(B) 324.12º 0.44% 0.91% -
XYZ 50.1 36.41 53.1 -
YUV 166.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 231 129 190 0 0.44 0.18 0.09 324.12 0.68 0.71
Hex E7 81 BE 0 2C 12 9 144 44 47
Octal 347 201 276 0 54 22 11 504 104 107
Binary 11100111 10000001 10111110 0 101100 10010 1001 101000100 1000100 1000111

Color Harmonies of #E781BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781BE

Black with #E781BE

Text Example


Text Example

White with #E781BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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