Html Css Color HEX #EC37AE Persian Rose

📋 copy color: '#EC37AE'

red 236 ◦ green 55 ◦ blue 174

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

Shades of Persian Rose #EC37AE

Tints of Persian Rose #EC37AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.83%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 50.75%
G = 11.83%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC37AE (or 0xEC37AE) is known color: Persian Rose. HEX triplet: EC, 37 and AE. RGB value is (236,55,174). Sum of RGB (Red+Green+Blue) = 236+55+174=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC37AE is #13C851. Grayscale: #7A7A7A. Windows color (decimal): -1296466 or 11417580. OLE color: 11417580.

HSL color Cylindrical-coordinate representation of color #EC37AE: hue angle of 320.55º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC37AE is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 55 174 -
CMYK 0 0.77 0.26 0.07
HSL 320.55º 0.83% 0.57% -
HSV(B) 320.55º 0.77% 0.93% -
XYZ 43.6 23.62 42.31 -
YUV 122.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 236 55 174 0 0.77 0.26 0.07 320.55 0.83 0.57
Hex EC 37 AE 0 4D 1A 7 141 53 39
Octal 354 67 256 0 115 32 7 501 123 71
Binary 11101100 110111 10101110 0 1001101 11010 111 101000001 1010011 111001

Color Harmonies of #EC37AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC37AE

Black with #EC37AE

Text Example


Text Example

White with #EC37AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC37AE; }

 p { color: rgb(236,55,174); }

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

background-color css

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

 a { background-color: rgb(236,55,174); }

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

border-color css

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

 span { border-color: rgb(236,55,174); }

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