Html Css Color HEX #EC4DA9 Brilliant Rose

📋 copy color: '#EC4DA9'

red 236 ◦ green 77 ◦ blue 169

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

Shades of Brilliant Rose #EC4DA9

Tints of Brilliant Rose #EC4DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

 BLUE value IS 169 (66.41% from 255) = 35.06%

R = 48.96%
G = 15.98%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC4DA9 (or 0xEC4DA9) is known color: Brilliant Rose. HEX triplet: EC, 4D and A9. RGB value is (236,77,169). Sum of RGB (Red+Green+Blue) = 236+77+169=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4DA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4DA9 is #13B256. Grayscale: #868686. Windows color (decimal): -1290839 or 11095532. OLE color: 11095532.

HSL color Cylindrical-coordinate representation of color #EC4DA9: hue angle of 325.28º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4DA9 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 77 169 -
CMYK 0 0.67 0.28 0.07
HSL 325.28º 0.81% 0.61% -
HSV(B) 325.28º 0.67% 0.93% -
XYZ 44.41 26.01 40.22 -
YUV 135.03 147.18 200.02 -
System Red Green Blue C M Y K H S L
Decimal 236 77 169 0 0.67 0.28 0.07 325.28 0.81 0.61
Hex EC 4D A9 0 43 1C 7 145 51 3D
Octal 354 115 251 0 103 34 7 505 121 75
Binary 11101100 1001101 10101001 0 1000011 11100 111 101000101 1010001 111101

Color Harmonies of #EC4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4DA9

Black with #EC4DA9

Text Example


Text Example

White with #EC4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4DA9; }

 p { color: rgb(236,77,169); }

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

background-color css

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

 a { background-color: rgb(236,77,169); }

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

border-color css

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

 span { border-color: rgb(236,77,169); }

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