Html Css Color HEX #E780B7 Persian Pink

📋 copy color: '#E780B7'

red 231 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #E780B7

Tints of Persian Pink #E780B7

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 42.62%
G = 23.62%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E780B7 (or 0xE780B7) is known color: Persian Pink. HEX triplet: E7, 80 and B7. RGB value is (231,128,183). Sum of RGB (Red+Green+Blue) = 231+128+183=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E780B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780B7 is #187F48. Grayscale: #A4A4A4. Windows color (decimal): -1605449 or 12026087. OLE color: 12026087.

HSL color Cylindrical-coordinate representation of color #E780B7: hue angle of 327.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780B7 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 128 183 -
CMYK 0 0.45 0.21 0.09
HSL 327.96º 0.68% 0.7% -
HSV(B) 327.96º 0.45% 0.91% -
XYZ 49.22 35.85 49.12 -
YUV 165.07 138.12 175.03 -
System Red Green Blue C M Y K H S L
Decimal 231 128 183 0 0.45 0.21 0.09 327.96 0.68 0.7
Hex E7 80 B7 0 2D 15 9 148 44 46
Octal 347 200 267 0 55 25 11 510 104 106
Binary 11100111 10000000 10110111 0 101101 10101 1001 101001000 1000100 1000110

Color Harmonies of #E780B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780B7

Black with #E780B7

Text Example


Text Example

White with #E780B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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