Html Css Color HEX #EC1FA1 Persian Rose

📋 copy color: '#EC1FA1'

red 236 ◦ green 31 ◦ blue 161

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

Shades of Persian Rose #EC1FA1

Tints of Persian Rose #EC1FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.24%

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 55.14%
G = 7.24%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC1FA1 (or 0xEC1FA1) is known color: Persian Rose. HEX triplet: EC, 1F and A1. RGB value is (236,31,161). Sum of RGB (Red+Green+Blue) = 236+31+161=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FA1 is #13E05E. Grayscale: #6A6A6A. Windows color (decimal): -1302623 or 10559468. OLE color: 10559468.

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

Color convert

RGB 236 31 161 -
CMYK 0 0.87 0.32 0.07
HSL 321.95º 0.84% 0.52% -
HSV(B) 321.95º 0.87% 0.93% -
XYZ 41.52 21.39 35.66 -
YUV 107.12 158.42 219.93 -
System Red Green Blue C M Y K H S L
Decimal 236 31 161 0 0.87 0.32 0.07 321.95 0.84 0.52
Hex EC 1F A1 0 57 20 7 142 54 34
Octal 354 37 241 0 127 40 7 502 124 64
Binary 11101100 11111 10100001 0 1010111 100000 111 101000010 1010100 110100

Color Harmonies of #EC1FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FA1

Black with #EC1FA1

Text Example


Text Example

White with #EC1FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FA1; }

 p { color: rgb(236,31,161); }

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

background-color css

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

 a { background-color: rgb(236,31,161); }

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

border-color css

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

 span { border-color: rgb(236,31,161); }

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