Html Css Color HEX #EC28A9 Persian Rose

📋 copy color: '#EC28A9'

red 236 ◦ green 40 ◦ blue 169

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

Shades of Persian Rose #EC28A9

Tints of Persian Rose #EC28A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 53.03%
G = 8.99%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC28A9 (or 0xEC28A9) is known color: Persian Rose. HEX triplet: EC, 28 and A9. RGB value is (236,40,169). Sum of RGB (Red+Green+Blue) = 236+40+169=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28A9 is #13D756. Grayscale: #707070. Windows color (decimal): -1300311 or 11086060. OLE color: 11086060.

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

Color convert

RGB 236 40 169 -
CMYK 0 0.83 0.28 0.07
HSL 320.51º 0.84% 0.54% -
HSV(B) 320.51º 0.83% 0.93% -
XYZ 42.51 22.22 39.58 -
YUV 113.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 236 40 169 0 0.83 0.28 0.07 320.51 0.84 0.54
Hex EC 28 A9 0 53 1C 7 141 54 36
Octal 354 50 251 0 123 34 7 501 124 66
Binary 11101100 101000 10101001 0 1010011 11100 111 101000001 1010100 110110

Color Harmonies of #EC28A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28A9

Black with #EC28A9

Text Example


Text Example

White with #EC28A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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