Html Css Color HEX #EC2DA0 Persian Rose

📋 copy color: '#EC2DA0'

red 236 ◦ green 45 ◦ blue 160

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

Shades of Persian Rose #EC2DA0

Tints of Persian Rose #EC2DA0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.2%

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

R = 53.51%
G = 10.2%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC2DA0 (or 0xEC2DA0) is known color: Persian Rose. HEX triplet: EC, 2D and A0. RGB value is (236,45,160). Sum of RGB (Red+Green+Blue) = 236+45+160=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2DA0 is #13D25F. Grayscale: #727272. Windows color (decimal): -1299040 or 10497516. OLE color: 10497516.

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

Color convert

RGB 236 45 160 -
CMYK 0 0.81 0.32 0.07
HSL 323.87º 0.83% 0.55% -
HSV(B) 323.87º 0.81% 0.93% -
XYZ 41.88 22.25 35.34 -
YUV 115.22 153.28 214.15 -
System Red Green Blue C M Y K H S L
Decimal 236 45 160 0 0.81 0.32 0.07 323.87 0.83 0.55
Hex EC 2D A0 0 51 20 7 144 53 37
Octal 354 55 240 0 121 40 7 504 123 67
Binary 11101100 101101 10100000 0 1010001 100000 111 101000100 1010011 110111

Color Harmonies of #EC2DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2DA0

Black with #EC2DA0

Text Example


Text Example

White with #EC2DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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