#E985B4

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

Shades of Persian Pink #E985B4

Tints of Persian Pink #E985B4

Color information

#E985B4 (or 0xE985B4) is unknown color: approx Persian Pink. HEX triplet: E9, 85 and B4. RGB value is (233,133,180). Sum of RGB (Red+Green+Blue) = 233+133+180=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E985B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E985B4 is #167A4B. Grayscale: #A8A8A8. Windows color (decimal): -1473100 or 11830761. OLE color: 11830761.

HSL color Cylindrical-coordinate representation of color #E985B4: hue angle of 331.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985B4 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB233133180-
CMYK00.430.230.09
HSL331.8º69.44%71.76%-
HSV(B)331.8º42.92%91.37%-
XYZ50.2337.3947.75-
YUV168.26134.63174.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=42.67%
G=24.36%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313318000.430.230.09331.869.4471.76
HexE985B402B17914c4548
Octal3512052640532711514105110
Binary111010011000010110110100010101110111100110100110010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E985B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E985B4; }

 p { color: rgb(233,133,180); }

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

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

 a { background-color: rgb(233,133,180); }

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

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

 span { border-color: rgb(233,133,180); }

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