Html Css Color HEX #EC2FA0 Persian Rose

📋 copy color: '#EC2FA0'

red 236 ◦ green 47 ◦ blue 160

#EC2FA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #EC2FA0

Tints of Persian Rose #EC2FA0

RGB

 RED value IS 236 (92.58% from 255) = 53.27%

 GREEN value IS 47 (18.75% from 255) = 10.61%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 53.27%
G = 10.61%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC2FA0 (or 0xEC2FA0) is known color: Persian Rose. HEX triplet: EC, 2F and A0. RGB value is (236,47,160). Sum of RGB (Red+Green+Blue) = 236+47+160=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2FA0 is #13D05F. Grayscale: #747474. Windows color (decimal): -1298528 or 10498028. OLE color: 10498028.

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

Color convert

RGB 236 47 160 -
CMYK 0 0.80 0.32 0.07
HSL 324.13º 0.83% 0.55% -
HSV(B) 324.13º 0.8% 0.93% -
XYZ 41.95 22.4 35.37 -
YUV 116.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 236 47 160 0 0.80 0.32 0.07 324.13 0.83 0.55
Hex EC 2F A0 0 50 20 7 144 53 37
Octal 354 57 240 0 120 40 7 504 123 67
Binary 11101100 101111 10100000 0 1010000 100000 111 101000100 1010011 110111

Color Harmonies of #EC2FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FA0

Black with #EC2FA0

Text Example


Text Example

White with #EC2FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FA0; }

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

 H1.HeaderClassName
 {
   color: #EC2FA0;
 }
 .AnyTagClassName
 {
   color: #EC2FA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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