Html Css Color HEX #E785BB Persian Pink

📋 copy color: '#E785BB'

red 231 ◦ green 133 ◦ blue 187

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

Shades of Persian Pink #E785BB

Tints of Persian Pink #E785BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.94%

R = 41.92%
G = 24.14%
B = 33.94%

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

#E785BB (or 0xE785BB) is known color: Persian Pink. HEX triplet: E7, 85 and BB. RGB value is (231,133,187). Sum of RGB (Red+Green+Blue) = 231+133+187=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BB is #187A44. Grayscale: #A8A8A8. Windows color (decimal): -1604165 or 12289511. OLE color: 12289511.

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

Color convert

RGB 231 133 187 -
CMYK 0 0.42 0.19 0.09
HSL 326.94º 0.67% 0.71% -
HSV(B) 326.94º 0.42% 0.91% -
XYZ 50.31 37.35 51.57 -
YUV 168.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 231 133 187 0 0.42 0.19 0.09 326.94 0.67 0.71
Hex E7 85 BB 0 2A 13 9 147 43 47
Octal 347 205 273 0 52 23 11 507 103 107
Binary 11100111 10000101 10111011 0 101010 10011 1001 101000111 1000011 1000111

Color Harmonies of #E785BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785BB

Black with #E785BB

Text Example


Text Example

White with #E785BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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