Html Css Color HEX #E781B7 Persian Pink

📋 copy color: '#E781B7'

red 231 ◦ green 129 ◦ blue 183

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

Shades of Persian Pink #E781B7

Tints of Persian Pink #E781B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 42.54%
G = 23.76%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E781B7 (or 0xE781B7) is known color: Persian Pink. HEX triplet: E7, 81 and B7. RGB value is (231,129,183). Sum of RGB (Red+Green+Blue) = 231+129+183=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E781B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781B7 is #187E48. Grayscale: #A5A5A5. Windows color (decimal): -1605193 or 12026343. OLE color: 12026343.

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

Color convert

RGB 231 129 183 -
CMYK 0 0.44 0.21 0.09
HSL 328.24º 0.68% 0.71% -
HSV(B) 328.24º 0.44% 0.91% -
XYZ 49.35 36.11 49.17 -
YUV 165.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 231 129 183 0 0.44 0.21 0.09 328.24 0.68 0.71
Hex E7 81 B7 0 2C 15 9 148 44 47
Octal 347 201 267 0 54 25 11 510 104 107
Binary 11100111 10000001 10110111 0 101100 10101 1001 101001000 1000100 1000111

Color Harmonies of #E781B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781B7

Black with #E781B7

Text Example


Text Example

White with #E781B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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