#EA83B8

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

Shades of Persian Pink #EA83B8

Tints of Persian Pink #EA83B8

Color information

#EA83B8 (or 0xEA83B8) is unknown color: approx Persian Pink. HEX triplet: EA, 83 and B8. RGB value is (234,131,184). Sum of RGB (Red+Green+Blue) = 234+131+184=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83B8 is #157C47. Grayscale: #A7A7A7. Windows color (decimal): -1408072 or 12092394. OLE color: 12092394.

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

Color convert

RGB234131184-
CMYK00.440.210.08
HSL329.13º71.03%71.57%-
HSV(B)329.13º44.02%91.76%-
XYZ50.737.1949.85-
YUV167.84137.12175.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 184 (72.27% from 255) = 33.52%
R=42.62%
G=23.86%
B=33.52%

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
Decimal23413118400.440.210.08329.1371.0371.57
HexEA83B802C1581494748
Octal3522032700542510511107110
Binary111010101000001110111000010110010101100010100100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83B8; }

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

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

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

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

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

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

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

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