Html Css Color HEX #EC1E99 Persian Rose

📋 copy color: '#EC1E99'

red 236 ◦ green 30 ◦ blue 153

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

Shades of Persian Rose #EC1E99

Tints of Persian Rose #EC1E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 56.32%
G = 7.16%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC1E99 (or 0xEC1E99) is known color: Persian Rose. HEX triplet: EC, 1E and 99. RGB value is (236,30,153). Sum of RGB (Red+Green+Blue) = 236+30+153=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E99 is #13E166. Grayscale: #696969. Windows color (decimal): -1302887 or 10034924. OLE color: 10034924.

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

Color convert

RGB 236 30 153 -
CMYK 0 0.87 0.35 0.07
HSL 324.17º 0.84% 0.52% -
HSV(B) 324.17º 0.87% 0.93% -
XYZ 40.81 21.06 32.05 -
YUV 105.62 154.75 221 -
System Red Green Blue C M Y K H S L
Decimal 236 30 153 0 0.87 0.35 0.07 324.17 0.84 0.52
Hex EC 1E 99 0 57 23 7 144 54 34
Octal 354 36 231 0 127 43 7 504 124 64
Binary 11101100 11110 10011001 0 1010111 100011 111 101000100 1010100 110100

Color Harmonies of #EC1E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E99

Black with #EC1E99

Text Example


Text Example

White with #EC1E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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