Html Css Color HEX #EC40AD Persian Rose

📋 copy color: '#EC40AD'

red 236 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #EC40AD

Tints of Persian Rose #EC40AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.53%

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

R = 49.89%
G = 13.53%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC40AD (or 0xEC40AD) is known color: Persian Rose. HEX triplet: EC, 40 and AD. RGB value is (236,64,173). Sum of RGB (Red+Green+Blue) = 236+64+173=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AD is #13BF52. Grayscale: #7F7F7F. Windows color (decimal): -1294163 or 11354348. OLE color: 11354348.

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

Color convert

RGB 236 64 173 -
CMYK 0 0.73 0.27 0.07
HSL 321.98º 0.82% 0.59% -
HSV(B) 321.98º 0.73% 0.93% -
XYZ 43.97 24.52 41.95 -
YUV 127.85 153.48 205.14 -
System Red Green Blue C M Y K H S L
Decimal 236 64 173 0 0.73 0.27 0.07 321.98 0.82 0.59
Hex EC 40 AD 0 49 1B 7 142 52 3B
Octal 354 100 255 0 111 33 7 502 122 73
Binary 11101100 1000000 10101101 0 1001001 11011 111 101000010 1010010 111011

Color Harmonies of #EC40AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40AD

Black with #EC40AD

Text Example


Text Example

White with #EC40AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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