#EA7BB5

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

Shades of Persian Pink #EA7BB5

Tints of Persian Pink #EA7BB5

Color information

#EA7BB5 (or 0xEA7BB5) is unknown color: approx Persian Pink. HEX triplet: EA, 7B and B5. RGB value is (234,123,181). Sum of RGB (Red+Green+Blue) = 234+123+181=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BB5 is #15844A. Grayscale: #A2A2A2. Windows color (decimal): -1410123 or 11893738. OLE color: 11893738.

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

Color convert

RGB234123181-
CMYK00.470.230.08
HSL328.65º72.55%70%-
HSV(B)328.65º47.44%91.76%-
XYZ49.3634.9947.87-
YUV162.8138.27178.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.49%
GREEN value IS 123 (48.44% from 255) = 22.86%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=43.49%
G=22.86%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412318100.470.230.08328.6572.5570
HexEA7BB502F1781494946
Octal3521732650572710511111106
Binary11101010111101110110101010111110111100010100100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7BB5; }

 p { color: rgb(234,123,181); }

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

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

 a { background-color: rgb(234,123,181); }

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

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

 span { border-color: rgb(234,123,181); }

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