Html Css Color HEX #EC57A0 Brilliant Rose

📋 copy color: '#EC57A0'

red 236 ◦ green 87 ◦ blue 160

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

Shades of Brilliant Rose #EC57A0

Tints of Brilliant Rose #EC57A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.01%

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

R = 48.86%
G = 18.01%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC57A0 (or 0xEC57A0) is known color: Brilliant Rose. HEX triplet: EC, 57 and A0. RGB value is (236,87,160). Sum of RGB (Red+Green+Blue) = 236+87+160=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC57A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC57A0 is #13A85F. Grayscale: #8B8B8B. Windows color (decimal): -1288288 or 10508268. OLE color: 10508268.

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

Color convert

RGB 236 87 160 -
CMYK 0 0.63 0.32 0.07
HSL 330.6º 0.8% 0.63% -
HSV(B) 330.6º 0.63% 0.93% -
XYZ 44.35 27.19 36.17 -
YUV 139.87 139.36 196.56 -
System Red Green Blue C M Y K H S L
Decimal 236 87 160 0 0.63 0.32 0.07 330.6 0.8 0.63
Hex EC 57 A0 0 3F 20 7 14B 50 3F
Octal 354 127 240 0 77 40 7 513 120 77
Binary 11101100 1010111 10100000 0 111111 100000 111 101001011 1010000 111111

Color Harmonies of #EC57A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC57A0

Black with #EC57A0

Text Example


Text Example

White with #EC57A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC57A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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