Html Css Color HEX #E780BF Persian Pink

📋 copy color: '#E780BF'

red 231 ◦ green 128 ◦ blue 191

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

Shades of Persian Pink #E780BF

Tints of Persian Pink #E780BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.73%

R = 42%
G = 23.27%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E780BF (or 0xE780BF) is known color: Persian Pink. HEX triplet: E7, 80 and BF. RGB value is (231,128,191). Sum of RGB (Red+Green+Blue) = 231+128+191=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E780BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780BF is #187F40. Grayscale: #A5A5A5. Windows color (decimal): -1605441 or 12550375. OLE color: 12550375.

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

Color convert

RGB 231 128 191 -
CMYK 0 0.45 0.17 0.09
HSL 323.3º 0.68% 0.7% -
HSV(B) 323.3º 0.45% 0.91% -
XYZ 50.08 36.19 53.64 -
YUV 165.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 231 128 191 0 0.45 0.17 0.09 323.3 0.68 0.7
Hex E7 80 BF 0 2D 11 9 143 44 46
Octal 347 200 277 0 55 21 11 503 104 106
Binary 11100111 10000000 10111111 0 101101 10001 1001 101000011 1000100 1000110

Color Harmonies of #E780BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780BF

Black with #E780BF

Text Example


Text Example

White with #E780BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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