Html Css Color HEX #EC489D Brilliant Rose

📋 copy color: '#EC489D'

red 236 ◦ green 72 ◦ blue 157

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

Shades of Brilliant Rose #EC489D

Tints of Brilliant Rose #EC489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 50.75%
G = 15.48%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC489D (or 0xEC489D) is known color: Brilliant Rose. HEX triplet: EC, 48 and 9D. RGB value is (236,72,157). Sum of RGB (Red+Green+Blue) = 236+72+157=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC489D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC489D is #13B762. Grayscale: #828282. Windows color (decimal): -1292131 or 10307820. OLE color: 10307820.

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

Color convert

RGB 236 72 157 -
CMYK 0 0.69 0.33 0.07
HSL 328.9º 0.81% 0.6% -
HSV(B) 328.9º 0.69% 0.93% -
XYZ 43 24.9 34.44 -
YUV 130.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 236 72 157 0 0.69 0.33 0.07 328.9 0.81 0.6
Hex EC 48 9D 0 45 21 7 149 51 3C
Octal 354 110 235 0 105 41 7 511 121 74
Binary 11101100 1001000 10011101 0 1000101 100001 111 101001001 1010001 111100

Color Harmonies of #EC489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC489D

Black with #EC489D

Text Example


Text Example

White with #EC489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC489D; }

 p { color: rgb(236,72,157); }

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

background-color css

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

 a { background-color: rgb(236,72,157); }

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

border-color css

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

 span { border-color: rgb(236,72,157); }

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