Html Css Color HEX #E780B0 Persian Pink

📋 copy color: '#E780B0'

red 231 ◦ green 128 ◦ blue 176

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

Shades of Persian Pink #E780B0

Tints of Persian Pink #E780B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 43.18%
G = 23.93%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E780B0 (or 0xE780B0) is known color: Persian Pink. HEX triplet: E7, 80 and B0. RGB value is (231,128,176). Sum of RGB (Red+Green+Blue) = 231+128+176=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E780B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E780B0 is #187F4F. Grayscale: #A4A4A4. Windows color (decimal): -1605456 or 11567335. OLE color: 11567335.

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

Color convert

RGB 231 128 176 -
CMYK 0 0.45 0.24 0.09
HSL 332.04º 0.68% 0.7% -
HSV(B) 332.04º 0.45% 0.91% -
XYZ 48.51 35.56 45.38 -
YUV 164.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 231 128 176 0 0.45 0.24 0.09 332.04 0.68 0.7
Hex E7 80 B0 0 2D 18 9 14C 44 46
Octal 347 200 260 0 55 30 11 514 104 106
Binary 11100111 10000000 10110000 0 101101 11000 1001 101001100 1000100 1000110

Color Harmonies of #E780B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E780B0

Black with #E780B0

Text Example


Text Example

White with #E780B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E780B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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