#EC2F9D

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

Shades of Persian Rose #EC2F9D

Tints of Persian Rose #EC2F9D

Color information

#EC2F9D (or 0xEC2F9D) is unknown color: approx Persian Rose. HEX triplet: EC, 2F and 9D. RGB value is (236,47,157). Sum of RGB (Red+Green+Blue) = 236+47+157=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F9D is #13D062. Grayscale: #737373. Windows color (decimal): -1298531 or 10301420. OLE color: 10301420.

HSL color Cylindrical-coordinate representation of color #EC2F9D: hue angle of 325.08º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F9D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23647157-
CMYK00.800.330.07
HSL325.08º83.26%55.49%-
HSV(B)325.08º80.08%92.55%-
XYZ41.6922.334.01-
YUV116.05151.12213.56-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.64%
GREEN value IS 47 (18.75% from 255) = 10.68%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=53.64%
G=10.68%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2364715700.800.330.07325.0883.2655.49
HexEC2F9D0502171455337
Octal35457235012041750512367
Binary1110110010111110011101010100001000011111010001011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC2F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC2F9D; }

 p { color: rgb(236,47,157); }

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

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

 a { background-color: rgb(236,47,157); }

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

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

 span { border-color: rgb(236,47,157); }

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