Html Css Color HEX #EC45A6 Brilliant Rose

📋 copy color: '#EC45A6'

red 236 ◦ green 69 ◦ blue 166

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

Shades of Brilliant Rose #EC45A6

Tints of Brilliant Rose #EC45A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 50.11%
G = 14.65%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC45A6 (or 0xEC45A6) is known color: Brilliant Rose. HEX triplet: EC, 45 and A6. RGB value is (236,69,166). Sum of RGB (Red+Green+Blue) = 236+69+166=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC45A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC45A6 is #13BA59. Grayscale: #818181. Windows color (decimal): -1292890 or 10896876. OLE color: 10896876.

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

Color convert

RGB 236 69 166 -
CMYK 0 0.71 0.30 0.07
HSL 325.15º 0.81% 0.6% -
HSV(B) 325.15º 0.71% 0.93% -
XYZ 43.6 24.84 38.57 -
YUV 129.99 148.33 203.61 -
System Red Green Blue C M Y K H S L
Decimal 236 69 166 0 0.71 0.30 0.07 325.15 0.81 0.6
Hex EC 45 A6 0 47 1E 7 145 51 3C
Octal 354 105 246 0 107 36 7 505 121 74
Binary 11101100 1000101 10100110 0 1000111 11110 111 101000101 1010001 111100

Color Harmonies of #EC45A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC45A6

Black with #EC45A6

Text Example


Text Example

White with #EC45A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC45A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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