#EC38AB

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

Shades of Persian Rose #EC38AB

Tints of Persian Rose #EC38AB

Color information

#EC38AB (or 0xEC38AB) is unknown color: approx Persian Rose. HEX triplet: EC, 38 and AB. RGB value is (236,56,171). Sum of RGB (Red+Green+Blue) = 236+56+171=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC38AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC38AB is #13C754. Grayscale: #7A7A7A. Windows color (decimal): -1296213 or 11221228. OLE color: 11221228.

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

Color convert

RGB23656171-
CMYK00.760.280.07
HSL321.67º82.57%57.25%-
HSV(B)321.67º76.27%92.55%-
XYZ43.3623.640.8-
YUV122.93155.13208.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.97%
GREEN value IS 56 (22.27% from 255) = 12.10%
BLUE value IS 171 (67.19% from 255) = 36.93%
R=50.97%
G=12.10%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365617100.760.280.07321.6782.5757.25
HexEC38AB04C1C71425339
Octal35470253011434750212371
Binary111011001110001010101101001100111001111010000101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC38AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC38AB; }

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

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

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

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

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

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

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

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