#EA7DBC

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

Shades of Persian Pink #EA7DBC

Tints of Persian Pink #EA7DBC

Color information

#EA7DBC (or 0xEA7DBC) is unknown color: approx Persian Pink. HEX triplet: EA, 7D and BC. RGB value is (234,125,188). Sum of RGB (Red+Green+Blue) = 234+125+188=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DBC is #158243. Grayscale: #A4A4A4. Windows color (decimal): -1409604 or 12353002. OLE color: 12353002.

HSL color Cylindrical-coordinate representation of color #EA7DBC: hue angle of 325.32º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DBC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234125188-
CMYK00.470.200.08
HSL325.32º72.19%70.39%-
HSV(B)325.32º46.58%91.76%-
XYZ50.3435.7951.83-
YUV164.77141.11177.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=42.78%
G=22.85%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412518800.470.200.08325.3272.1970.39
HexEA7DBC02F1481454846
Octal3521752740572410505110106
Binary11101010111110110111100010111110100100010100010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7DBC; }

 p { color: rgb(234,125,188); }

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

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

 a { background-color: rgb(234,125,188); }

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

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

 span { border-color: rgb(234,125,188); }

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