#EE73BE

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

Shades of Persian Pink #EE73BE

Tints of Persian Pink #EE73BE

Color information

#EE73BE (or 0xEE73BE) is unknown color: approx Persian Pink. HEX triplet: EE, 73 and BE. RGB value is (238,115,190). Sum of RGB (Red+Green+Blue) = 238+115+190=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE73BE is #118C41. Grayscale: #A0A0A0. Windows color (decimal): -1150018 or 12481518. OLE color: 12481518.

HSL color Cylindrical-coordinate representation of color #EE73BE: hue angle of 323.41º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE73BE is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238115190-
CMYK00.520.200.07
HSL323.41º78.34%69.22%-
HSV(B)323.41º51.68%93.33%-
XYZ50.6834.1652.64-
YUV160.33144.75183.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 115 (45.31% from 255) = 21.18%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=43.83%
G=21.18%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811519000.520.200.07323.4178.3469.22
HexEE73BE0341471434e45
Octal356163276064247503116105
Binary1110111011100111011111001101001010011110100001110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE73BE; }

 p { color: rgb(238,115,190); }

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

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

 a { background-color: rgb(238,115,190); }

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

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

 span { border-color: rgb(238,115,190); }

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