#E085BE

Color #E085BE Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E085BE

Tints of Persian Pink #E085BE

Color information

#E085BE (or 0xE085BE) is unknown color: approx Persian Pink. HEX triplet: E0, 85 and BE. RGB value is (224,133,190). Sum of RGB (Red+Green+Blue) = 224+133+190=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E085BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E085BE is #1F7A41. Grayscale: #A6A6A6. Windows color (decimal): -2062914 or 12486112. OLE color: 12486112.

HSL color Cylindrical-coordinate representation of color #E085BE: hue angle of 322.42º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E085BE is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224133190-
CMYK00.410.150.12
HSL322.42º59.48%70%-
HSV(B)322.42º40.62%87.84%-
XYZ48.4236.3453.18-
YUV166.71141.15168.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=40.95%
G=24.31%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413319000.410.150.12322.4259.4870
HexE085BE029FC1423b46
Octal340205276051171450273106
Binary1110000010000101101111100101001111111001010000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E085BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E085BE; }

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

 H1.HeaderClassName
 {
   color: #E085BE;
 }
 .AnyTagClassName
 {
   color: #E085BE;
 }
</style>
background-color css

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

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

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

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

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

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