Html Css Color HEX #E785BA Persian Pink

📋 copy color: '#E785BA'

red 231 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #E785BA

Tints of Persian Pink #E785BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.18%

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 42%
G = 24.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E785BA (or 0xE785BA) is known color: Persian Pink. HEX triplet: E7, 85 and BA. RGB value is (231,133,186). Sum of RGB (Red+Green+Blue) = 231+133+186=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BA is #187A45. Grayscale: #A8A8A8. Windows color (decimal): -1604166 or 12223975. OLE color: 12223975.

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

Color convert

RGB 231 133 186 -
CMYK 0 0.42 0.19 0.09
HSL 327.55º 0.67% 0.71% -
HSV(B) 327.55º 0.42% 0.91% -
XYZ 50.21 37.31 51.01 -
YUV 168.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 231 133 186 0 0.42 0.19 0.09 327.55 0.67 0.71
Hex E7 85 BA 0 2A 13 9 148 43 47
Octal 347 205 272 0 52 23 11 510 103 107
Binary 11100111 10000101 10111010 0 101010 10011 1001 101001000 1000011 1000111

Color Harmonies of #E785BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785BA

Black with #E785BA

Text Example


Text Example

White with #E785BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785BA; }

 p { color: rgb(231,133,186); }

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

background-color css

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

 a { background-color: rgb(231,133,186); }

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

border-color css

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

 span { border-color: rgb(231,133,186); }

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