#EA83B6

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

Shades of Persian Pink #EA83B6

Tints of Persian Pink #EA83B6

Color information

#EA83B6 (or 0xEA83B6) is unknown color: approx Persian Pink. HEX triplet: EA, 83 and B6. RGB value is (234,131,182). Sum of RGB (Red+Green+Blue) = 234+131+182=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83B6 is #157C49. Grayscale: #A7A7A7. Windows color (decimal): -1408074 or 11961322. OLE color: 11961322.

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

Color convert

RGB234131182-
CMYK00.440.220.08
HSL330.29º71.03%71.57%-
HSV(B)330.29º44.02%91.76%-
XYZ50.4937.148.76-
YUV167.61136.12175.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=42.78%
G=23.95%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413118200.440.220.08330.2971.0371.57
HexEA83B602C16814a4748
Octal3522032660542610512107110
Binary111010101000001110110110010110010110100010100101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83B6; }

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

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

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

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

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

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

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

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