#E380BE

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

Shades of Persian Pink #E380BE

Tints of Persian Pink #E380BE

Color information

#E380BE (or 0xE380BE) is unknown color: approx Persian Pink. HEX triplet: E3, 80 and BE. RGB value is (227,128,190). Sum of RGB (Red+Green+Blue) = 227+128+190=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E380BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380BE is #1C7F41. Grayscale: #A4A4A4. Windows color (decimal): -1867586 or 12484835. OLE color: 12484835.

HSL color Cylindrical-coordinate representation of color #E380BE: hue angle of 322.42º 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 #E380BE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB227128190-
CMYK00.440.160.11
HSL322.42º63.87%69.61%-
HSV(B)322.42º43.61%89.02%-
XYZ48.6935.4953-
YUV164.67142.3172.46-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=41.65%
G=23.49%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712819000.440.160.11322.4263.8769.61
HexE380BE02C10B1424046
Octal3432002760542013502100106
Binary111000111000000010111110010110010000101110100001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E380BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E380BE; }

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

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

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

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

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

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

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

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