Html Css Color HEX #EC45A0 Brilliant Rose

📋 copy color: '#EC45A0'

red 236 ◦ green 69 ◦ blue 160

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

Shades of Brilliant Rose #EC45A0

Tints of Brilliant Rose #EC45A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

 BLUE value IS 160 (62.89% from 255) = 34.41%

R = 50.75%
G = 14.84%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC45A0 (or 0xEC45A0) is known color: Brilliant Rose. HEX triplet: EC, 45 and A0. RGB value is (236,69,160). Sum of RGB (Red+Green+Blue) = 236+69+160=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45A0 is #13BA5F. Grayscale: #818181. Windows color (decimal): -1292896 or 10503660. OLE color: 10503660.

HSL color Cylindrical-coordinate representation of color #EC45A0: hue angle of 327.31º degrees, saturation: 0.81, 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 #EC45A0 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 69 160 -
CMYK 0 0.71 0.32 0.07
HSL 327.31º 0.81% 0.6% -
HSV(B) 327.31º 0.71% 0.93% -
XYZ 43.07 24.63 35.74 -
YUV 129.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 236 69 160 0 0.71 0.32 0.07 327.31 0.81 0.6
Hex EC 45 A0 0 47 20 7 147 51 3C
Octal 354 105 240 0 107 40 7 507 121 74
Binary 11101100 1000101 10100000 0 1000111 100000 111 101000111 1010001 111100

Color Harmonies of #EC45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC45A0

Black with #EC45A0

Text Example


Text Example

White with #EC45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC45A0; }

 p { color: rgb(236,69,160); }

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

background-color css

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

 a { background-color: rgb(236,69,160); }

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

border-color css

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

 span { border-color: rgb(236,69,160); }

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