Html Css Color HEX #E585BE Persian Pink

📋 copy color: '#E585BE'

red 229 ◦ green 133 ◦ blue 190

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

Shades of Persian Pink #E585BE

Tints of Persian Pink #E585BE

RGB

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

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

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

R = 41.49%
G = 24.09%
B = 34.42%

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

#E585BE (or 0xE585BE) is known color: Persian Pink. HEX triplet: E5, 85 and BE. RGB value is (229,133,190). Sum of RGB (Red+Green+Blue) = 229+133+190=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E585BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585BE is #1A7A41. Grayscale: #A8A8A8. Windows color (decimal): -1735234 or 12486117. OLE color: 12486117.

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

Color convert

RGB 229 133 190 -
CMYK 0 0.42 0.17 0.10
HSL 324.38º 0.65% 0.71% -
HSV(B) 324.38º 0.42% 0.9% -
XYZ 49.99 37.15 53.25 -
YUV 168.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 229 133 190 0 0.42 0.17 0.10 324.38 0.65 0.71
Hex E5 85 BE 0 2A 11 A 144 41 47
Octal 345 205 276 0 52 21 12 504 101 107
Binary 11100101 10000101 10111110 0 101010 10001 1010 101000100 1000001 1000111

Color Harmonies of #E585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E585BE

Black with #E585BE

Text Example


Text Example

White with #E585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E585BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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