Html Css Color HEX #E585BD Persian Pink

📋 copy color: '#E585BD'

red 229 ◦ green 133 ◦ blue 189

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

Shades of Persian Pink #E585BD

Tints of Persian Pink #E585BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.3%

R = 41.56%
G = 24.14%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E585BD (or 0xE585BD) is known color: Persian Pink. HEX triplet: E5, 85 and BD. RGB value is (229,133,189). Sum of RGB (Red+Green+Blue) = 229+133+189=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E585BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585BD is #1A7A42. Grayscale: #A7A7A7. Windows color (decimal): -1735235 or 12420581. OLE color: 12420581.

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

Color convert

RGB 229 133 189 -
CMYK 0 0.42 0.17 0.10
HSL 325º 0.65% 0.71% -
HSV(B) 325º 0.42% 0.9% -
XYZ 49.89 37.11 52.68 -
YUV 168.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 229 133 189 0 0.42 0.17 0.10 325 0.65 0.71
Hex E5 85 BD 0 2A 11 A 145 41 47
Octal 345 205 275 0 52 21 12 505 101 107
Binary 11100101 10000101 10111101 0 101010 10001 1010 101000101 1000001 1000111

Color Harmonies of #E585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585BD

Black with #E585BD

Text Example


Text Example

White with #E585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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