#EC289A

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

Shades of Persian Rose #EC289A

Tints of Persian Rose #EC289A

Color information

#EC289A (or 0xEC289A) is unknown color: approx Persian Rose. HEX triplet: EC, 28 and 9A. RGB value is (236,40,154). Sum of RGB (Red+Green+Blue) = 236+40+154=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC289A is #13D765. Grayscale: #6F6F6F. Windows color (decimal): -1300326 or 10103020. OLE color: 10103020.

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

Color convert

RGB23640154-
CMYK00.830.350.07
HSL325.1º83.76%54.12%-
HSV(B)325.1º83.05%92.55%-
XYZ41.1821.6832.59-
YUV111.6151.93216.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 40 (16.02% from 255) = 9.30%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=54.88%
G=9.30%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364015400.830.350.07325.183.7654.12
HexEC289A0532371455436
Octal35450232012343750512466
Binary1110110010100010011010010100111000111111010001011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC289A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC289A; }

 p { color: rgb(236,40,154); }

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

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

 a { background-color: rgb(236,40,154); }

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

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

 span { border-color: rgb(236,40,154); }

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