Html Css Color HEX #E782BE Persian Pink

📋 copy color: '#E782BE'

red 231 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #E782BE

Tints of Persian Pink #E782BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.48%

R = 41.92%
G = 23.59%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E782BE (or 0xE782BE) is known color: Persian Pink. HEX triplet: E7, 82 and BE. RGB value is (231,130,190). Sum of RGB (Red+Green+Blue) = 231+130+190=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E782BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782BE is #187D41. Grayscale: #A6A6A6. Windows color (decimal): -1604930 or 12485351. OLE color: 12485351.

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

Color convert

RGB 231 130 190 -
CMYK 0 0.44 0.18 0.09
HSL 324.36º 0.68% 0.71% -
HSV(B) 324.36º 0.44% 0.91% -
XYZ 50.23 36.67 53.15 -
YUV 167.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 231 130 190 0 0.44 0.18 0.09 324.36 0.68 0.71
Hex E7 82 BE 0 2C 12 9 144 44 47
Octal 347 202 276 0 54 22 11 504 104 107
Binary 11100111 10000010 10111110 0 101100 10010 1001 101000100 1000100 1000111

Color Harmonies of #E782BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782BE

Black with #E782BE

Text Example


Text Example

White with #E782BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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