Html Css Color HEX #E780B9 Persian Pink

📋 copy color: '#E780B9'

red 231 ◦ green 128 ◦ blue 185

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

Shades of Persian Pink #E780B9

Tints of Persian Pink #E780B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.01%

R = 42.46%
G = 23.53%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E780B9 (or 0xE780B9) is known color: Persian Pink. HEX triplet: E7, 80 and B9. RGB value is (231,128,185). Sum of RGB (Red+Green+Blue) = 231+128+185=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E780B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780B9 is #187F46. Grayscale: #A5A5A5. Windows color (decimal): -1605447 or 12157159. OLE color: 12157159.

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

Color convert

RGB 231 128 185 -
CMYK 0 0.45 0.20 0.09
HSL 326.8º 0.68% 0.7% -
HSV(B) 326.8º 0.45% 0.91% -
XYZ 49.43 35.93 50.23 -
YUV 165.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 231 128 185 0 0.45 0.20 0.09 326.8 0.68 0.7
Hex E7 80 B9 0 2D 14 9 147 44 46
Octal 347 200 271 0 55 24 11 507 104 106
Binary 11100111 10000000 10111001 0 101101 10100 1001 101000111 1000100 1000110

Color Harmonies of #E780B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780B9

Black with #E780B9

Text Example


Text Example

White with #E780B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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