#EA6FBA

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

Shades of Persian Pink #EA6FBA

Tints of Persian Pink #EA6FBA

Color information

#EA6FBA (or 0xEA6FBA) is unknown color: approx Persian Pink. HEX triplet: EA, 6F and BA. RGB value is (234,111,186). Sum of RGB (Red+Green+Blue) = 234+111+186=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FBA is #159045. Grayscale: #9C9C9C. Windows color (decimal): -1413190 or 12218346. OLE color: 12218346.

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

Color convert

RGB234111186-
CMYK00.530.210.08
HSL323.41º74.55%67.65%-
HSV(B)323.41º52.56%91.76%-
XYZ48.4832.4150.15-
YUV156.33144.75183.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.07%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=44.07%
G=20.90%
B=35.03%

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
Decimal23411118600.530.210.08323.4174.5567.65
HexEA6FBA0351581434b44
Octal3521572720652510503113104
Binary11101010110111110111010011010110101100010100001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FBA; }

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

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

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

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

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

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

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

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