Html Css Color HEX #EC26AA Persian Rose

📋 copy color: '#EC26AA'

red 236 ◦ green 38 ◦ blue 170

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

Shades of Persian Rose #EC26AA

Tints of Persian Rose #EC26AA

RGB

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

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

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

R = 53.15%
G = 8.56%
B = 38.29%

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

#EC26AA (or 0xEC26AA) is known color: Persian Rose. HEX triplet: EC, 26 and AA. RGB value is (236,38,170). Sum of RGB (Red+Green+Blue) = 236+38+170=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC26AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC26AA is #13D955. Grayscale: #6F6F6F. Windows color (decimal): -1300822 or 11151084. OLE color: 11151084.

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

Color convert

RGB 236 38 170 -
CMYK 0 0.84 0.28 0.07
HSL 320º 0.84% 0.54% -
HSV(B) 320º 0.84% 0.93% -
XYZ 42.54 22.12 40.06 -
YUV 112.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 236 38 170 0 0.84 0.28 0.07 320 0.84 0.54
Hex EC 26 AA 0 54 1C 7 140 54 36
Octal 354 46 252 0 124 34 7 500 124 66
Binary 11101100 100110 10101010 0 1010100 11100 111 101000000 1010100 110110

Color Harmonies of #EC26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC26AA

Black with #EC26AA

Text Example


Text Example

White with #EC26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC26AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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