Html Css Color HEX #E585BA Persian Pink

📋 copy color: '#E585BA'

red 229 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #E585BA

Tints of Persian Pink #E585BA

RGB

 RED value IS 229 (89.84% from 255) = 41.79%

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

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

R = 41.79%
G = 24.27%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E585BA (or 0xE585BA) is known color: Persian Pink. HEX triplet: E5, 85 and BA. RGB value is (229,133,186). Sum of RGB (Red+Green+Blue) = 229+133+186=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E585BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585BA is #1A7A45. Grayscale: #A7A7A7. Windows color (decimal): -1735238 or 12223973. OLE color: 12223973.

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

Color convert

RGB 229 133 186 -
CMYK 0 0.42 0.19 0.10
HSL 326.88º 0.65% 0.71% -
HSV(B) 326.88º 0.42% 0.9% -
XYZ 49.56 36.98 50.98 -
YUV 167.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 229 133 186 0 0.42 0.19 0.10 326.88 0.65 0.71
Hex E5 85 BA 0 2A 13 A 147 41 47
Octal 345 205 272 0 52 23 12 507 101 107
Binary 11100101 10000101 10111010 0 101010 10011 1010 101000111 1000001 1000111

Color Harmonies of #E585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585BA

Black with #E585BA

Text Example


Text Example

White with #E585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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