Html Css Color HEX #EC219D Persian Rose

📋 copy color: '#EC219D'

red 236 ◦ green 33 ◦ blue 157

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

Shades of Persian Rose #EC219D

Tints of Persian Rose #EC219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 55.4%
G = 7.75%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC219D (or 0xEC219D) is known color: Persian Rose. HEX triplet: EC, 21 and 9D. RGB value is (236,33,157). Sum of RGB (Red+Green+Blue) = 236+33+157=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC219D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC219D is #13DE62. Grayscale: #6B6B6B. Windows color (decimal): -1302115 or 10297836. OLE color: 10297836.

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

Color convert

RGB 236 33 157 -
CMYK 0 0.86 0.33 0.07
HSL 323.35º 0.84% 0.53% -
HSV(B) 323.35º 0.86% 0.93% -
XYZ 41.22 21.35 33.85 -
YUV 107.83 155.75 219.42 -
System Red Green Blue C M Y K H S L
Decimal 236 33 157 0 0.86 0.33 0.07 323.35 0.84 0.53
Hex EC 21 9D 0 56 21 7 143 54 35
Octal 354 41 235 0 126 41 7 503 124 65
Binary 11101100 100001 10011101 0 1010110 100001 111 101000011 1010100 110101

Color Harmonies of #EC219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC219D

Black with #EC219D

Text Example


Text Example

White with #EC219D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC219D; }

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

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

background-color css

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

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

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

border-color css

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

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

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