Html Css Color HEX #EC27A1 Persian Rose

📋 copy color: '#EC27A1'

red 236 ◦ green 39 ◦ blue 161

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

Shades of Persian Rose #EC27A1

Tints of Persian Rose #EC27A1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.94%

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

R = 54.13%
G = 8.94%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC27A1 (or 0xEC27A1) is known color: Persian Rose. HEX triplet: EC, 27 and A1. RGB value is (236,39,161). Sum of RGB (Red+Green+Blue) = 236+39+161=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 39 (15.62% from 255 or 8.94% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC27A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC27A1 is #13D85E. Grayscale: #6F6F6F. Windows color (decimal): -1300575 or 10561516. OLE color: 10561516.

HSL color Cylindrical-coordinate representation of color #EC27A1: hue angle of 322.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC27A1 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 39 161 -
CMYK 0 0.83 0.32 0.07
HSL 322.84º 0.84% 0.54% -
HSV(B) 322.84º 0.83% 0.93% -
XYZ 41.75 21.86 35.74 -
YUV 111.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 236 39 161 0 0.83 0.32 0.07 322.84 0.84 0.54
Hex EC 27 A1 0 53 20 7 143 54 36
Octal 354 47 241 0 123 40 7 503 124 66
Binary 11101100 100111 10100001 0 1010011 100000 111 101000011 1010100 110110

Color Harmonies of #EC27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC27A1

Black with #EC27A1

Text Example


Text Example

White with #EC27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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