#E380B9

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

Shades of Persian Pink #E380B9

Tints of Persian Pink #E380B9

Color information

#E380B9 (or 0xE380B9) is unknown color: approx Persian Pink. HEX triplet: E3, 80 and B9. RGB value is (227,128,185). Sum of RGB (Red+Green+Blue) = 227+128+185=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E380B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380B9 is #1C7F46. Grayscale: #A3A3A3. Windows color (decimal): -1867591 or 12157155. OLE color: 12157155.

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

Color convert

RGB227128185-
CMYK00.440.190.11
HSL325.45º63.87%69.61%-
HSV(B)325.45º43.61%89.02%-
XYZ48.1535.2750.17-
YUV164.1139.8172.87-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.04%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 185 (72.66% from 255) = 34.26%
R=42.04%
G=23.70%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712818500.440.190.11325.4563.8769.61
HexE380B902C13B1454046
Octal3432002710542313505100106
Binary111000111000000010111001010110010011101110100010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380B9; }

 p { color: rgb(227,128,185); }

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

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

 a { background-color: rgb(227,128,185); }

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

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

 span { border-color: rgb(227,128,185); }

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