Html Css Color HEX #EC37AD Persian Rose

📋 copy color: '#EC37AD'

red 236 ◦ green 55 ◦ blue 173

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

Shades of Persian Rose #EC37AD

Tints of Persian Rose #EC37AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.28%

R = 50.86%
G = 11.85%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC37AD (or 0xEC37AD) is known color: Persian Rose. HEX triplet: EC, 37 and AD. RGB value is (236,55,173). Sum of RGB (Red+Green+Blue) = 236+55+173=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC37AD is #13C852. Grayscale: #7A7A7A. Windows color (decimal): -1296467 or 11352044. OLE color: 11352044.

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

Color convert

RGB 236 55 173 -
CMYK 0 0.77 0.27 0.07
HSL 320.88º 0.83% 0.57% -
HSV(B) 320.88º 0.77% 0.93% -
XYZ 43.5 23.58 41.79 -
YUV 122.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 236 55 173 0 0.77 0.27 0.07 320.88 0.83 0.57
Hex EC 37 AD 0 4D 1B 7 141 53 39
Octal 354 67 255 0 115 33 7 501 123 71
Binary 11101100 110111 10101101 0 1001101 11011 111 101000001 1010011 111001

Color Harmonies of #EC37AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC37AD

Black with #EC37AD

Text Example


Text Example

White with #EC37AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC37AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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