Html Css Color HEX #EC28A1 Persian Rose

📋 copy color: '#EC28A1'

red 236 ◦ green 40 ◦ blue 161

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

Shades of Persian Rose #EC28A1

Tints of Persian Rose #EC28A1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.15%

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

R = 54%
G = 9.15%
B = 36.84%

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

#EC28A1 (or 0xEC28A1) is known color: Persian Rose. HEX triplet: EC, 28 and A1. RGB value is (236,40,161). Sum of RGB (Red+Green+Blue) = 236+40+161=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28A1 is #13D75E. Grayscale: #707070. Windows color (decimal): -1300319 or 10561772. OLE color: 10561772.

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

Color convert

RGB 236 40 161 -
CMYK 0 0.83 0.32 0.07
HSL 322.96º 0.84% 0.54% -
HSV(B) 322.96º 0.83% 0.93% -
XYZ 41.78 21.92 35.75 -
YUV 112.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 236 40 161 0 0.83 0.32 0.07 322.96 0.84 0.54
Hex EC 28 A1 0 53 20 7 143 54 36
Octal 354 50 241 0 123 40 7 503 124 66
Binary 11101100 101000 10100001 0 1010011 100000 111 101000011 1010100 110110

Color Harmonies of #EC28A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28A1

Black with #EC28A1

Text Example


Text Example

White with #EC28A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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