Html Css Color HEX #EC1FA2 Persian Rose

📋 copy color: '#EC1FA2'

red 236 ◦ green 31 ◦ blue 162

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

Shades of Persian Rose #EC1FA2

Tints of Persian Rose #EC1FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.76%

R = 55.01%
G = 7.23%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC1FA2 (or 0xEC1FA2) is known color: Persian Rose. HEX triplet: EC, 1F and A2. RGB value is (236,31,162). Sum of RGB (Red+Green+Blue) = 236+31+162=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1FA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1FA2 is #13E05D. Grayscale: #6A6A6A. Windows color (decimal): -1302622 or 10625004. OLE color: 10625004.

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

Color convert

RGB 236 31 162 -
CMYK 0 0.87 0.31 0.07
HSL 321.66º 0.84% 0.52% -
HSV(B) 321.66º 0.87% 0.93% -
XYZ 41.6 21.42 36.12 -
YUV 107.23 158.92 219.85 -
System Red Green Blue C M Y K H S L
Decimal 236 31 162 0 0.87 0.31 0.07 321.66 0.84 0.52
Hex EC 1F A2 0 57 1F 7 142 54 34
Octal 354 37 242 0 127 37 7 502 124 64
Binary 11101100 11111 10100010 0 1010111 11111 111 101000010 1010100 110100

Color Harmonies of #EC1FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1FA2

Black with #EC1FA2

Text Example


Text Example

White with #EC1FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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