#EC38AD

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

Shades of Persian Rose #EC38AD

Tints of Persian Rose #EC38AD

Color information

#EC38AD (or 0xEC38AD) is unknown color: approx Persian Rose. HEX triplet: EC, 38 and AD. RGB value is (236,56,173). Sum of RGB (Red+Green+Blue) = 236+56+173=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38AD is #13C752. Grayscale: #7A7A7A. Windows color (decimal): -1296211 or 11352300. OLE color: 11352300.

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

Color convert

RGB23656173-
CMYK00.760.270.07
HSL321º82.57%57.25%-
HSV(B)321º76.27%92.55%-
XYZ43.5523.6841.81-
YUV123.16156.13208.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 56 (22.27% from 255) = 12.04%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=50.75%
G=12.04%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365617300.760.270.0732182.5757.25
HexEC38AD04C1B71415339
Octal35470255011433750112371
Binary111011001110001010110101001100110111111010000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC38AD; }

 p { color: rgb(236,56,173); }

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

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

 a { background-color: rgb(236,56,173); }

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

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

 span { border-color: rgb(236,56,173); }

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