Html Css Color HEX #EC3AA8 Persian Rose

📋 copy color: '#EC3AA8'

red 236 ◦ green 58 ◦ blue 168

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

Shades of Persian Rose #EC3AA8

Tints of Persian Rose #EC3AA8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 51.08%
G = 12.55%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC3AA8 (or 0xEC3AA8) is known color: Persian Rose. HEX triplet: EC, 3A and A8. RGB value is (236,58,168). Sum of RGB (Red+Green+Blue) = 236+58+168=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3AA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3AA8 is #13C557. Grayscale: #7B7B7B. Windows color (decimal): -1295704 or 11025132. OLE color: 11025132.

HSL color Cylindrical-coordinate representation of color #EC3AA8: hue angle of 322.92º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3AA8 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 58 168 -
CMYK 0 0.75 0.29 0.07
HSL 322.92º 0.82% 0.58% -
HSV(B) 322.92º 0.75% 0.93% -
XYZ 43.17 23.69 39.34 -
YUV 123.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 236 58 168 0 0.75 0.29 0.07 322.92 0.82 0.58
Hex EC 3A A8 0 4B 1D 7 143 52 3A
Octal 354 72 250 0 113 35 7 503 122 72
Binary 11101100 111010 10101000 0 1001011 11101 111 101000011 1010010 111010

Color Harmonies of #EC3AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3AA8

Black with #EC3AA8

Text Example


Text Example

White with #EC3AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3AA8; }

 p { color: rgb(236,58,168); }

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

background-color css

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

 a { background-color: rgb(236,58,168); }

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

border-color css

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

 span { border-color: rgb(236,58,168); }

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