#EE1D9D

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

Shades of Persian Rose #EE1D9D

Tints of Persian Rose #EE1D9D

Color information

#EE1D9D (or 0xEE1D9D) is unknown color: approx Persian Rose. HEX triplet: EE, 1D and 9D. RGB value is (238,29,157). Sum of RGB (Red+Green+Blue) = 238+29+157=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1D9D is #11E262. Grayscale: #696969. Windows color (decimal): -1172067 or 10296814. OLE color: 10296814.

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

Color convert

RGB23829157-
CMYK00.880.340.07
HSL323.25º86.01%52.35%-
HSV(B)323.25º87.82%93.33%-
XYZ41.7921.4933.84-
YUV106.08156.74222.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.13%
GREEN value IS 29 (11.72% from 255) = 6.84%
BLUE value IS 157 (61.72% from 255) = 37.03%
R=56.13%
G=6.84%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382915700.880.340.07323.2586.0152.35
HexEE1D9D0582271435634
Octal35635235013042750312664
Binary111011101110110011101010110001000101111010000111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1D9D; }

 p { color: rgb(238,29,157); }

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

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

 a { background-color: rgb(238,29,157); }

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

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

 span { border-color: rgb(238,29,157); }

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