Html Css Color HEX #EC26A9 Persian Rose

📋 copy color: '#EC26A9'

red 236 ◦ green 38 ◦ blue 169

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

Shades of Persian Rose #EC26A9

Tints of Persian Rose #EC26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.58%

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

R = 53.27%
G = 8.58%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC26A9 (or 0xEC26A9) is known color: Persian Rose. HEX triplet: EC, 26 and A9. RGB value is (236,38,169). Sum of RGB (Red+Green+Blue) = 236+38+169=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26A9 is #13D956. Grayscale: #6F6F6F. Windows color (decimal): -1300823 or 11085548. OLE color: 11085548.

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

Color convert

RGB 236 38 169 -
CMYK 0 0.84 0.28 0.07
HSL 320.3º 0.84% 0.54% -
HSV(B) 320.3º 0.84% 0.93% -
XYZ 42.45 22.08 39.56 -
YUV 112.14 160.1 216.35 -
System Red Green Blue C M Y K H S L
Decimal 236 38 169 0 0.84 0.28 0.07 320.3 0.84 0.54
Hex EC 26 A9 0 54 1C 7 140 54 36
Octal 354 46 251 0 124 34 7 500 124 66
Binary 11101100 100110 10101001 0 1010100 11100 111 101000000 1010100 110110

Color Harmonies of #EC26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC26A9

Black with #EC26A9

Text Example


Text Example

White with #EC26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC26A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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