#EC2BAB

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

Shades of Persian Rose #EC2BAB

Tints of Persian Rose #EC2BAB

Color information

#EC2BAB (or 0xEC2BAB) is unknown color: approx Persian Rose. HEX triplet: EC, 2B and AB. RGB value is (236,43,171). Sum of RGB (Red+Green+Blue) = 236+43+171=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAB is #13D454. Grayscale: #727272. Windows color (decimal): -1299541 or 11217900. OLE color: 11217900.

HSL color Cylindrical-coordinate representation of color #EC2BAB: hue angle of 320.21º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2BAB is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23643171-
CMYK00.820.280.07
HSL320.21º83.55%54.71%-
HSV(B)320.21º81.78%92.55%-
XYZ42.8122.540.62-
YUV115.3159.44214.09-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.44%
GREEN value IS 43 (17.19% from 255) = 9.56%
BLUE value IS 171 (67.19% from 255) = 38%
R=52.44%
G=9.56%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364317100.820.280.07320.2183.5554.71
HexEC2BAB0521C71405437
Octal35453253012234750012467
Binary111011001010111010101101010010111001111010000001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2BAB; }

 p { color: rgb(236,43,171); }

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

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

 a { background-color: rgb(236,43,171); }

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

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

 span { border-color: rgb(236,43,171); }

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