Html Css Color HEX #EC49A2 Brilliant Rose

📋 copy color: '#EC49A2'

red 236 ◦ green 73 ◦ blue 162

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

Shades of Brilliant Rose #EC49A2

Tints of Brilliant Rose #EC49A2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.5%

 BLUE value IS 162 (63.67% from 255) = 34.39%

R = 50.11%
G = 15.5%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC49A2 (or 0xEC49A2) is known color: Brilliant Rose. HEX triplet: EC, 49 and A2. RGB value is (236,73,162). Sum of RGB (Red+Green+Blue) = 236+73+162=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC49A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC49A2 is #13B65D. Grayscale: #838383. Windows color (decimal): -1291870 or 10635756. OLE color: 10635756.

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

Color convert

RGB 236 73 162 -
CMYK 0 0.69 0.31 0.07
HSL 327.24º 0.81% 0.61% -
HSV(B) 327.24º 0.69% 0.93% -
XYZ 43.5 25.21 36.76 -
YUV 131.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 236 73 162 0 0.69 0.31 0.07 327.24 0.81 0.61
Hex EC 49 A2 0 45 1F 7 147 51 3D
Octal 354 111 242 0 105 37 7 507 121 75
Binary 11101100 1001001 10100010 0 1000101 11111 111 101000111 1010001 111101

Color Harmonies of #EC49A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC49A2

Black with #EC49A2

Text Example


Text Example

White with #EC49A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC49A2; }

 p { color: rgb(236,73,162); }

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

background-color css

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

 a { background-color: rgb(236,73,162); }

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

border-color css

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

 span { border-color: rgb(236,73,162); }

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