#E285BE

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

Shades of Persian Pink #E285BE

Tints of Persian Pink #E285BE

Color information

#E285BE (or 0xE285BE) is unknown color: approx Persian Pink. HEX triplet: E2, 85 and BE. RGB value is (226,133,190). Sum of RGB (Red+Green+Blue) = 226+133+190=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E285BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E285BE is #1D7A41. Grayscale: #A7A7A7. Windows color (decimal): -1931842 or 12486114. OLE color: 12486114.

HSL color Cylindrical-coordinate representation of color #E285BE: hue angle of 323.23º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E285BE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226133190-
CMYK00.410.160.11
HSL323.23º61.59%70.39%-
HSV(B)323.23º41.15%88.63%-
XYZ49.0536.6653.21-
YUV167.3140.81169.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 190 (74.61% from 255) = 34.61%
R=41.17%
G=24.23%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613319000.410.160.11323.2361.5970.39
HexE285BE02910B1433e46
Octal342205276051201350376106
Binary11100010100001011011111001010011000010111010000111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E285BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E285BE; }

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

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

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

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

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

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

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

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