Html Css Color HEX #EC199F Persian Rose

📋 copy color: '#EC199F'

red 236 ◦ green 25 ◦ blue 159

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

Shades of Persian Rose #EC199F

Tints of Persian Rose #EC199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.95%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 56.19%
G = 5.95%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC199F (or 0xEC199F) is known color: Persian Rose. HEX triplet: EC, 19 and 9F. RGB value is (236,25,159). Sum of RGB (Red+Green+Blue) = 236+25+159=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC199F is #13E660. Grayscale: #676767. Windows color (decimal): -1304161 or 10426860. OLE color: 10426860.

HSL color Cylindrical-coordinate representation of color #EC199F: hue angle of 321.9º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC199F is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 25 159 -
CMYK 0 0.89 0.33 0.07
HSL 321.9º 0.85% 0.51% -
HSV(B) 321.9º 0.89% 0.93% -
XYZ 41.2 21.03 34.69 -
YUV 103.37 159.4 222.6 -
System Red Green Blue C M Y K H S L
Decimal 236 25 159 0 0.89 0.33 0.07 321.9 0.85 0.51
Hex EC 19 9F 0 59 21 7 142 55 33
Octal 354 31 237 0 131 41 7 502 125 63
Binary 11101100 11001 10011111 0 1011001 100001 111 101000010 1010101 110011

Color Harmonies of #EC199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC199F

Black with #EC199F

Text Example


Text Example

White with #EC199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC199F; }

 p { color: rgb(236,25,159); }

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

background-color css

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

 a { background-color: rgb(236,25,159); }

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

border-color css

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

 span { border-color: rgb(236,25,159); }

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