#EA6FB9

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

Shades of Persian Pink #EA6FB9

Tints of Persian Pink #EA6FB9

Color information

#EA6FB9 (or 0xEA6FB9) is unknown color: approx Persian Pink. HEX triplet: EA, 6F and B9. RGB value is (234,111,185). Sum of RGB (Red+Green+Blue) = 234+111+185=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FB9 is #159046. Grayscale: #9C9C9C. Windows color (decimal): -1413191 or 12152810. OLE color: 12152810.

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

Color convert

RGB234111185-
CMYK00.530.210.08
HSL323.9º74.55%67.65%-
HSV(B)323.9º52.56%91.76%-
XYZ48.3732.3649.6-
YUV156.21144.25183.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.15%
GREEN value IS 111 (43.75% from 255) = 20.94%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=44.15%
G=20.94%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411118500.530.210.08323.974.5567.65
HexEA6FB90351581444b44
Octal3521572710652510504113104
Binary11101010110111110111001011010110101100010100010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FB9; }

 p { color: rgb(234,111,185); }

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

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

 a { background-color: rgb(234,111,185); }

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

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

 span { border-color: rgb(234,111,185); }

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