#EA83BA

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

Shades of Persian Pink #EA83BA

Tints of Persian Pink #EA83BA

Color information

#EA83BA (or 0xEA83BA) is unknown color: approx Persian Pink. HEX triplet: EA, 83 and BA. RGB value is (234,131,186). Sum of RGB (Red+Green+Blue) = 234+131+186=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83BA is #157C45. Grayscale: #A7A7A7. Windows color (decimal): -1408070 or 12223466. OLE color: 12223466.

HSL color Cylindrical-coordinate representation of color #EA83BA: hue angle of 327.96º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA83BA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234131186-
CMYK00.440.210.08
HSL327.96º71.03%71.57%-
HSV(B)327.96º44.02%91.76%-
XYZ50.9137.2750.96-
YUV168.07138.12175.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=42.47%
G=23.77%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413118600.440.210.08327.9671.0371.57
HexEA83BA02C1581484748
Octal3522032720542510510107110
Binary111010101000001110111010010110010101100010100100010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83BA; }

 p { color: rgb(234,131,186); }

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

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

 a { background-color: rgb(234,131,186); }

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

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

 span { border-color: rgb(234,131,186); }

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