Html Css Color HEX #EC1C9C Persian Rose

📋 copy color: '#EC1C9C'

red 236 ◦ green 28 ◦ blue 156

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

Shades of Persian Rose #EC1C9C

Tints of Persian Rose #EC1C9C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.67%

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

R = 56.19%
G = 6.67%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC1C9C (or 0xEC1C9C) is known color: Persian Rose. HEX triplet: EC, 1C and 9C. RGB value is (236,28,156). Sum of RGB (Red+Green+Blue) = 236+28+156=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C9C is #13E363. Grayscale: #686868. Windows color (decimal): -1303396 or 10231020. OLE color: 10231020.

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

Color convert

RGB 236 28 156 -
CMYK 0 0.88 0.34 0.07
HSL 323.08º 0.85% 0.52% -
HSV(B) 323.08º 0.88% 0.93% -
XYZ 41.01 21.06 33.36 -
YUV 104.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 236 28 156 0 0.88 0.34 0.07 323.08 0.85 0.52
Hex EC 1C 9C 0 58 22 7 143 55 34
Octal 354 34 234 0 130 42 7 503 125 64
Binary 11101100 11100 10011100 0 1011000 100010 111 101000011 1010101 110100

Color Harmonies of #EC1C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C9C

Black with #EC1C9C

Text Example


Text Example

White with #EC1C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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