Html Css Color HEX #E780BC Persian Pink

📋 copy color: '#E780BC'

red 231 ◦ green 128 ◦ blue 188

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

Shades of Persian Pink #E780BC

Tints of Persian Pink #E780BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.37%

R = 42.23%
G = 23.4%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E780BC (or 0xE780BC) is known color: Persian Pink. HEX triplet: E7, 80 and BC. RGB value is (231,128,188). Sum of RGB (Red+Green+Blue) = 231+128+188=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E780BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780BC is #187F43. Grayscale: #A5A5A5. Windows color (decimal): -1605444 or 12353767. OLE color: 12353767.

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

Color convert

RGB 231 128 188 -
CMYK 0 0.45 0.19 0.09
HSL 325.05º 0.68% 0.7% -
HSV(B) 325.05º 0.45% 0.91% -
XYZ 49.75 36.06 51.91 -
YUV 165.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 231 128 188 0 0.45 0.19 0.09 325.05 0.68 0.7
Hex E7 80 BC 0 2D 13 9 145 44 46
Octal 347 200 274 0 55 23 11 505 104 106
Binary 11100111 10000000 10111100 0 101101 10011 1001 101000101 1000100 1000110

Color Harmonies of #E780BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780BC

Black with #E780BC

Text Example


Text Example

White with #E780BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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