Html Css Color HEX #EC55A0 Brilliant Rose

📋 copy color: '#EC55A0'

red 236 ◦ green 85 ◦ blue 160

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

Shades of Brilliant Rose #EC55A0

Tints of Brilliant Rose #EC55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.67%

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

R = 49.06%
G = 17.67%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC55A0 (or 0xEC55A0) is known color: Brilliant Rose. HEX triplet: EC, 55 and A0. RGB value is (236,85,160). Sum of RGB (Red+Green+Blue) = 236+85+160=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55A0 is #13AA5F. Grayscale: #8A8A8A. Windows color (decimal): -1288800 or 10507756. OLE color: 10507756.

HSL color Cylindrical-coordinate representation of color #EC55A0: hue angle of 330.2º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC55A0 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 160 -
CMYK 0 0.64 0.32 0.07
HSL 330.2º 0.8% 0.63% -
HSV(B) 330.2º 0.64% 0.93% -
XYZ 44.19 26.87 36.11 -
YUV 138.7 140.03 197.4 -
System Red Green Blue C M Y K H S L
Decimal 236 85 160 0 0.64 0.32 0.07 330.2 0.8 0.63
Hex EC 55 A0 0 40 20 7 14A 50 3F
Octal 354 125 240 0 100 40 7 512 120 77
Binary 11101100 1010101 10100000 0 1000000 100000 111 101001010 1010000 111111

Color Harmonies of #EC55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55A0

Black with #EC55A0

Text Example


Text Example

White with #EC55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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