#EC1DA1

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

Shades of Persian Rose #EC1DA1

Tints of Persian Rose #EC1DA1

Color information

#EC1DA1 (or 0xEC1DA1) is unknown color: approx Persian Rose. HEX triplet: EC, 1D and A1. RGB value is (236,29,161). Sum of RGB (Red+Green+Blue) = 236+29+161=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1DA1 is #13E25E. Grayscale: #696969. Windows color (decimal): -1303135 or 10558956. OLE color: 10558956.

HSL color Cylindrical-coordinate representation of color #EC1DA1: hue angle of 321.74º degrees, saturation: 0.84, 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 #EC1DA1 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23629161-
CMYK00.880.320.07
HSL321.74º84.49%51.96%-
HSV(B)321.74º87.71%92.55%-
XYZ41.4621.2835.64-
YUV105.94159.08220.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.40%
GREEN value IS 29 (11.72% from 255) = 6.81%
BLUE value IS 161 (63.28% from 255) = 37.79%
R=55.40%
G=6.81%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362916100.880.320.07321.7484.4951.96
HexEC1DA10582071425434
Octal35435241013040750212464
Binary111011001110110100001010110001000001111010000101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1DA1; }

 p { color: rgb(236,29,161); }

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

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

 a { background-color: rgb(236,29,161); }

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

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

 span { border-color: rgb(236,29,161); }

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