Html Css Color HEX #EC44AD Brilliant Rose

📋 copy color: '#EC44AD'

red 236 ◦ green 68 ◦ blue 173

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

Shades of Brilliant Rose #EC44AD

Tints of Brilliant Rose #EC44AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.26%

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

R = 49.48%
G = 14.26%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC44AD (or 0xEC44AD) is known color: Brilliant Rose. HEX triplet: EC, 44 and AD. RGB value is (236,68,173). Sum of RGB (Red+Green+Blue) = 236+68+173=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC44AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC44AD is #13BB52. Grayscale: #818181. Windows color (decimal): -1293139 or 11355372. OLE color: 11355372.

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

Color convert

RGB 236 68 173 -
CMYK 0 0.71 0.27 0.07
HSL 322.5º 0.82% 0.6% -
HSV(B) 322.5º 0.71% 0.93% -
XYZ 44.2 24.98 42.03 -
YUV 130.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 236 68 173 0 0.71 0.27 0.07 322.5 0.82 0.6
Hex EC 44 AD 0 47 1B 7 142 52 3C
Octal 354 104 255 0 107 33 7 502 122 74
Binary 11101100 1000100 10101101 0 1000111 11011 111 101000010 1010010 111100

Color Harmonies of #EC44AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC44AD

Black with #EC44AD

Text Example


Text Example

White with #EC44AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC44AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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