Html Css Color HEX #EC1EA0 Persian Rose

📋 copy color: '#EC1EA0'

red 236 ◦ green 30 ◦ blue 160

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

Shades of Persian Rose #EC1EA0

Tints of Persian Rose #EC1EA0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.04%

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

R = 55.4%
G = 7.04%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC1EA0 (or 0xEC1EA0) is known color: Persian Rose. HEX triplet: EC, 1E and A0. RGB value is (236,30,160). Sum of RGB (Red+Green+Blue) = 236+30+160=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1EA0 is #13E15F. Grayscale: #6A6A6A. Windows color (decimal): -1302880 or 10493676. OLE color: 10493676.

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

Color convert

RGB 236 30 160 -
CMYK 0 0.87 0.32 0.07
HSL 322.14º 0.84% 0.52% -
HSV(B) 322.14º 0.87% 0.93% -
XYZ 41.4 21.3 35.19 -
YUV 106.41 158.25 220.43 -
System Red Green Blue C M Y K H S L
Decimal 236 30 160 0 0.87 0.32 0.07 322.14 0.84 0.52
Hex EC 1E A0 0 57 20 7 142 54 34
Octal 354 36 240 0 127 40 7 502 124 64
Binary 11101100 11110 10100000 0 1010111 100000 111 101000010 1010100 110100

Color Harmonies of #EC1EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EA0

Black with #EC1EA0

Text Example


Text Example

White with #EC1EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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