Html Css Color HEX #EC20A1 Persian Rose

📋 copy color: '#EC20A1'

red 236 ◦ green 32 ◦ blue 161

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

Shades of Persian Rose #EC20A1

Tints of Persian Rose #EC20A1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.46%

 BLUE value IS 161 (63.28% from 255) = 37.53%

R = 55.01%
G = 7.46%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC20A1 (or 0xEC20A1) is known color: Persian Rose. HEX triplet: EC, 20 and A1. RGB value is (236,32,161). Sum of RGB (Red+Green+Blue) = 236+32+161=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC20A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC20A1 is #13DF5E. Grayscale: #6B6B6B. Windows color (decimal): -1302367 or 10559724. OLE color: 10559724.

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

Color convert

RGB 236 32 161 -
CMYK 0 0.86 0.32 0.07
HSL 322.06º 0.84% 0.53% -
HSV(B) 322.06º 0.86% 0.93% -
XYZ 41.54 21.44 35.67 -
YUV 107.7 158.09 219.51 -
System Red Green Blue C M Y K H S L
Decimal 236 32 161 0 0.86 0.32 0.07 322.06 0.84 0.53
Hex EC 20 A1 0 56 20 7 142 54 35
Octal 354 40 241 0 126 40 7 502 124 65
Binary 11101100 100000 10100001 0 1010110 100000 111 101000010 1010100 110101

Color Harmonies of #EC20A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC20A1

Black with #EC20A1

Text Example


Text Example

White with #EC20A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC20A1; }

 p { color: rgb(236,32,161); }

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

background-color css

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

 a { background-color: rgb(236,32,161); }

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

border-color css

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

 span { border-color: rgb(236,32,161); }

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