Html Css Color HEX #EC28AA Persian Rose

📋 copy color: '#EC28AA'

red 236 ◦ green 40 ◦ blue 170

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

Shades of Persian Rose #EC28AA

Tints of Persian Rose #EC28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 52.91%
G = 8.97%
B = 38.12%

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

#EC28AA (or 0xEC28AA) is known color: Persian Rose. HEX triplet: EC, 28 and AA. RGB value is (236,40,170). Sum of RGB (Red+Green+Blue) = 236+40+170=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC28AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC28AA is #13D755. Grayscale: #717171. Windows color (decimal): -1300310 or 11151596. OLE color: 11151596.

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

Color convert

RGB 236 40 170 -
CMYK 0 0.83 0.28 0.07
HSL 320.2º 0.84% 0.54% -
HSV(B) 320.2º 0.83% 0.93% -
XYZ 42.61 22.25 40.08 -
YUV 113.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 236 40 170 0 0.83 0.28 0.07 320.2 0.84 0.54
Hex EC 28 AA 0 53 1C 7 140 54 36
Octal 354 50 252 0 123 34 7 500 124 66
Binary 11101100 101000 10101010 0 1010011 11100 111 101000000 1010100 110110

Color Harmonies of #EC28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC28AA

Black with #EC28AA

Text Example


Text Example

White with #EC28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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