Html Css Color HEX #E785BE Persian Pink

📋 copy color: '#E785BE'

red 231 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #E785BE

Tints of Persian Pink #E785BE

RGB

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

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

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

R = 41.7%
G = 24.01%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E785BE (or 0xE785BE) is known color: Persian Pink. HEX triplet: E7, 85 and BE. RGB value is (231,133,190). Sum of RGB (Red+Green+Blue) = 231+133+190=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E785BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785BE is #187A41. Grayscale: #A8A8A8. Windows color (decimal): -1604162 or 12486119. OLE color: 12486119.

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

Color convert

RGB 231 133 190 -
CMYK 0 0.42 0.18 0.09
HSL 325.1º 0.67% 0.71% -
HSV(B) 325.1º 0.42% 0.91% -
XYZ 50.64 37.48 53.28 -
YUV 168.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 231 133 190 0 0.42 0.18 0.09 325.1 0.67 0.71
Hex E7 85 BE 0 2A 12 9 145 43 47
Octal 347 205 276 0 52 22 11 505 103 107
Binary 11100111 10000101 10111110 0 101010 10010 1001 101000101 1000011 1000111

Color Harmonies of #E785BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785BE

Black with #E785BE

Text Example


Text Example

White with #E785BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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