#EA7CB1

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

Shades of Persian Pink #EA7CB1

Tints of Persian Pink #EA7CB1

Color information

#EA7CB1 (or 0xEA7CB1) is unknown color: approx Persian Pink. HEX triplet: EA, 7C and B1. RGB value is (234,124,177). Sum of RGB (Red+Green+Blue) = 234+124+177=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7CB1 is #15834E. Grayscale: #A2A2A2. Windows color (decimal): -1409871 or 11631850. OLE color: 11631850.

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

Color convert

RGB234124177-
CMYK00.470.240.08
HSL331.09º72.37%70.2%-
HSV(B)331.09º47.01%91.76%-
XYZ49.0835.0845.78-
YUV162.93135.94178.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.74%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=43.74%
G=23.18%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412417700.470.240.08331.0972.3770.2
HexEA7CB102F18814b4846
Octal3521742610573010513110106
Binary11101010111110010110001010111111000100010100101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7CB1; }

 p { color: rgb(234,124,177); }

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

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

 a { background-color: rgb(234,124,177); }

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

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

 span { border-color: rgb(234,124,177); }

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