#EC35A8

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

Shades of Persian Rose #EC35A8

Tints of Persian Rose #EC35A8

Color information

#EC35A8 (or 0xEC35A8) is unknown color: approx Persian Rose. HEX triplet: EC, 35 and A8. RGB value is (236,53,168). Sum of RGB (Red+Green+Blue) = 236+53+168=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 53 (21.09% from 255 or 11.60% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC35A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC35A8 is #13CA57. Grayscale: #787878. Windows color (decimal): -1296984 or 11023852. OLE color: 11023852.

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

Color convert

RGB23653168-
CMYK00.780.290.07
HSL322.3º82.81%56.67%-
HSV(B)322.3º77.54%92.55%-
XYZ42.9323.2139.26-
YUV120.83154.63210.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.64%
GREEN value IS 53 (21.09% from 255) = 11.60%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=51.64%
G=11.60%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365316800.780.290.07322.382.8156.67
HexEC35A804E1D71425339
Octal35465250011635750212371
Binary111011001101011010100001001110111011111010000101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC35A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC35A8; }

 p { color: rgb(236,53,168); }

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

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

 a { background-color: rgb(236,53,168); }

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

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

 span { border-color: rgb(236,53,168); }

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