#EA6FBB

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

Shades of Persian Pink #EA6FBB

Tints of Persian Pink #EA6FBB

Color information

#EA6FBB (or 0xEA6FBB) is unknown color: approx Persian Pink. HEX triplet: EA, 6F and BB. RGB value is (234,111,187). Sum of RGB (Red+Green+Blue) = 234+111+187=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FBB is #159044. Grayscale: #9C9C9C. Windows color (decimal): -1413189 or 12283882. OLE color: 12283882.

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

Color convert

RGB234111187-
CMYK00.530.200.08
HSL322.93º74.55%67.65%-
HSV(B)322.93º52.56%91.76%-
XYZ48.5932.4550.72-
YUV156.44145.25183.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.98%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 187 (73.44% from 255) = 35.15%
R=43.98%
G=20.86%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411118700.530.200.08322.9374.5567.65
HexEA6FBB0351481434b44
Octal3521572730652410503113104
Binary11101010110111110111011011010110100100010100001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6FBB; }

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

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

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

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

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

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

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

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