Html Css Color HEX #EC219C Persian Rose

📋 copy color: '#EC219C'

red 236 ◦ green 33 ◦ blue 156

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

Shades of Persian Rose #EC219C

Tints of Persian Rose #EC219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.76%

 BLUE value IS 156 (61.33% from 255) = 36.71%

R = 55.53%
G = 7.76%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC219C (or 0xEC219C) is known color: Persian Rose. HEX triplet: EC, 21 and 9C. RGB value is (236,33,156). Sum of RGB (Red+Green+Blue) = 236+33+156=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC219C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC219C is #13DE63. Grayscale: #6B6B6B. Windows color (decimal): -1302116 or 10232300. OLE color: 10232300.

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

Color convert

RGB 236 33 156 -
CMYK 0 0.86 0.34 0.07
HSL 323.65º 0.84% 0.53% -
HSV(B) 323.65º 0.86% 0.93% -
XYZ 41.14 21.32 33.4 -
YUV 107.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 236 33 156 0 0.86 0.34 0.07 323.65 0.84 0.53
Hex EC 21 9C 0 56 22 7 144 54 35
Octal 354 41 234 0 126 42 7 504 124 65
Binary 11101100 100001 10011100 0 1010110 100010 111 101000100 1010100 110101

Color Harmonies of #EC219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC219C

Black with #EC219C

Text Example


Text Example

White with #EC219C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC219C; }

 p { color: rgb(236,33,156); }

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

background-color css

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

 a { background-color: rgb(236,33,156); }

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

border-color css

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

 span { border-color: rgb(236,33,156); }

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