Html Css Color HEX #EC40AE Persian Rose

📋 copy color: '#EC40AE'

red 236 ◦ green 64 ◦ blue 174

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

Shades of Persian Rose #EC40AE

Tints of Persian Rose #EC40AE

RGB

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

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

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

R = 49.79%
G = 13.5%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC40AE (or 0xEC40AE) is known color: Persian Rose. HEX triplet: EC, 40 and AE. RGB value is (236,64,174). Sum of RGB (Red+Green+Blue) = 236+64+174=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC40AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC40AE is #13BF51. Grayscale: #7F7F7F. Windows color (decimal): -1294162 or 11419884. OLE color: 11419884.

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

Color convert

RGB 236 64 174 -
CMYK 0 0.73 0.26 0.07
HSL 321.63º 0.82% 0.59% -
HSV(B) 321.63º 0.73% 0.93% -
XYZ 44.07 24.56 42.46 -
YUV 127.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 236 64 174 0 0.73 0.26 0.07 321.63 0.82 0.59
Hex EC 40 AE 0 49 1A 7 142 52 3B
Octal 354 100 256 0 111 32 7 502 122 73
Binary 11101100 1000000 10101110 0 1001001 11010 111 101000010 1010010 111011

Color Harmonies of #EC40AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC40AE

Black with #EC40AE

Text Example


Text Example

White with #EC40AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC40AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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