#EA83B2

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

Shades of Persian Pink #EA83B2

Tints of Persian Pink #EA83B2

Color information

#EA83B2 (or 0xEA83B2) is unknown color: approx Persian Pink. HEX triplet: EA, 83 and B2. RGB value is (234,131,178). Sum of RGB (Red+Green+Blue) = 234+131+178=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA83B2 is #157C4D. Grayscale: #A7A7A7. Windows color (decimal): -1408078 or 11699178. OLE color: 11699178.

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

Color convert

RGB234131178-
CMYK00.440.240.08
HSL332.62º71.03%71.57%-
HSV(B)332.62º44.02%91.76%-
XYZ50.0836.9446.61-
YUV167.16134.12175.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.09%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 178 (69.92% from 255) = 32.78%
R=43.09%
G=24.13%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413117800.440.240.08332.6271.0371.57
HexEA83B202C18814d4748
Octal3522032620543010515107110
Binary111010101000001110110010010110011000100010100110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83B2; }

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

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

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

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

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

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

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

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