Html Css Color HEX #E780BD Persian Pink

📋 copy color: '#E780BD'

red 231 ◦ green 128 ◦ blue 189

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

Shades of Persian Pink #E780BD

Tints of Persian Pink #E780BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 42.15%
G = 23.36%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E780BD (or 0xE780BD) is known color: Persian Pink. HEX triplet: E7, 80 and BD. RGB value is (231,128,189). Sum of RGB (Red+Green+Blue) = 231+128+189=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E780BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780BD is #187F42. Grayscale: #A5A5A5. Windows color (decimal): -1605443 or 12419303. OLE color: 12419303.

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

Color convert

RGB 231 128 189 -
CMYK 0 0.45 0.18 0.09
HSL 324.47º 0.68% 0.7% -
HSV(B) 324.47º 0.45% 0.91% -
XYZ 49.86 36.1 52.48 -
YUV 165.75 141.12 174.54 -
System Red Green Blue C M Y K H S L
Decimal 231 128 189 0 0.45 0.18 0.09 324.47 0.68 0.7
Hex E7 80 BD 0 2D 12 9 144 44 46
Octal 347 200 275 0 55 22 11 504 104 106
Binary 11100111 10000000 10111101 0 101101 10010 1001 101000100 1000100 1000110

Color Harmonies of #E780BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780BD

Black with #E780BD

Text Example


Text Example

White with #E780BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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