Html Css Color HEX #EC60A0 Brilliant Rose

📋 copy color: '#EC60A0'

red 236 ◦ green 96 ◦ blue 160

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

Shades of Brilliant Rose #EC60A0

Tints of Brilliant Rose #EC60A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.51%

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

R = 47.97%
G = 19.51%
B = 32.52%

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

#EC60A0 (or 0xEC60A0) is known color: Brilliant Rose. HEX triplet: EC, 60 and A0. RGB value is (236,96,160). Sum of RGB (Red+Green+Blue) = 236+96+160=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC60A0 is #139F5F. Grayscale: #919191. Windows color (decimal): -1285984 or 10510572. OLE color: 10510572.

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

Color convert

RGB 236 96 160 -
CMYK 0 0.59 0.32 0.07
HSL 332.57º 0.79% 0.65% -
HSV(B) 332.57º 0.59% 0.93% -
XYZ 45.12 28.74 36.43 -
YUV 145.16 136.38 192.8 -
System Red Green Blue C M Y K H S L
Decimal 236 96 160 0 0.59 0.32 0.07 332.57 0.79 0.65
Hex EC 60 A0 0 3B 20 7 14D 4F 41
Octal 354 140 240 0 73 40 7 515 117 101
Binary 11101100 1100000 10100000 0 111011 100000 111 101001101 1001111 1000001

Color Harmonies of #EC60A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC60A0

Black with #EC60A0

Text Example


Text Example

White with #EC60A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC60A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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