Html Css Color HEX #EC61A0 Brilliant Rose

📋 copy color: '#EC61A0'

red 236 ◦ green 97 ◦ blue 160

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

Shades of Brilliant Rose #EC61A0

Tints of Brilliant Rose #EC61A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 47.87%
G = 19.68%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC61A0 (or 0xEC61A0) is known color: Brilliant Rose. HEX triplet: EC, 61 and A0. RGB value is (236,97,160). Sum of RGB (Red+Green+Blue) = 236+97+160=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC61A0 is #139E5F. Grayscale: #919191. Windows color (decimal): -1285728 or 10510828. OLE color: 10510828.

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

Color convert

RGB 236 97 160 -
CMYK 0 0.59 0.32 0.07
HSL 332.81º 0.79% 0.65% -
HSV(B) 332.81º 0.59% 0.93% -
XYZ 45.21 28.92 36.46 -
YUV 145.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 236 97 160 0 0.59 0.32 0.07 332.81 0.79 0.65
Hex EC 61 A0 0 3B 20 7 14D 4F 41
Octal 354 141 240 0 73 40 7 515 117 101
Binary 11101100 1100001 10100000 0 111011 100000 111 101001101 1001111 1000001

Color Harmonies of #EC61A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC61A0

Black with #EC61A0

Text Example


Text Example

White with #EC61A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC61A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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