Html Css Color HEX #E782B0 Persian Pink

📋 copy color: '#E782B0'

red 231 ◦ green 130 ◦ blue 176

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

Shades of Persian Pink #E782B0

Tints of Persian Pink #E782B0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.21%

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

R = 43.02%
G = 24.21%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E782B0 (or 0xE782B0) is known color: Persian Pink. HEX triplet: E7, 82 and B0. RGB value is (231,130,176). Sum of RGB (Red+Green+Blue) = 231+130+176=537 (71% of max value = 765). Red value is 231 (90.62% from 255 or 43.02% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 176 (69.14% from 255 or 32.77% from 537); Max value from RGB is 231 - color contains mainly: red. Hex color #E782B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E782B0 is #187D4F. Grayscale: #A5A5A5. Windows color (decimal): -1604944 or 11567847. OLE color: 11567847.

HSL color Cylindrical-coordinate representation of color #E782B0: hue angle of 332.67º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E782B0 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 130 176 -
CMYK 0 0.44 0.24 0.09
HSL 332.67º 0.68% 0.71% -
HSV(B) 332.67º 0.44% 0.91% -
XYZ 48.77 36.09 45.47 -
YUV 165.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 231 130 176 0 0.44 0.24 0.09 332.67 0.68 0.71
Hex E7 82 B0 0 2C 18 9 14D 44 47
Octal 347 202 260 0 54 30 11 515 104 107
Binary 11100111 10000010 10110000 0 101100 11000 1001 101001101 1000100 1000111

Color Harmonies of #E782B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782B0

Black with #E782B0

Text Example


Text Example

White with #E782B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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