#EC2BAA

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

Shades of Persian Rose #EC2BAA

Tints of Persian Rose #EC2BAA

Color information

#EC2BAA (or 0xEC2BAA) is unknown color: approx Persian Rose. HEX triplet: EC, 2B and AA. RGB value is (236,43,170). Sum of RGB (Red+Green+Blue) = 236+43+170=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 43 (17.19% from 255 or 9.58% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2BAA is #13D455. Grayscale: #727272. Windows color (decimal): -1299542 or 11152364. OLE color: 11152364.

HSL color Cylindrical-coordinate representation of color #EC2BAA: hue angle of 320.52º 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 #EC2BAA is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23643170-
CMYK00.820.280.07
HSL320.52º83.55%54.71%-
HSV(B)320.52º81.78%92.55%-
XYZ42.7122.4640.11-
YUV115.18158.94214.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 43 (17.19% from 255) = 9.58%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=52.56%
G=9.58%
B=37.86%

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
Decimal2364317000.820.280.07320.5283.5554.71
HexEC2BAA0521C71415437
Octal35453252012234750112467
Binary111011001010111010101001010010111001111010000011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2BAA; }

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

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

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

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

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

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

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

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