Html Css Color HEX #EC205E Ruby

📋 copy color: '#EC205E'

red 236 ◦ green 32 ◦ blue 94

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

Shades of Ruby #EC205E

Tints of Ruby #EC205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.84%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 65.19%
G = 8.84%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC205E (or 0xEC205E) is known color: Ruby. HEX triplet: EC, 20 and 5E. RGB value is (236,32,94). Sum of RGB (Red+Green+Blue) = 236+32+94=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC205E is #13DFA1. Grayscale: #646464. Windows color (decimal): -1302434 or 6168812. OLE color: 6168812.

HSL color Cylindrical-coordinate representation of color #EC205E: hue angle of 341.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC205E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 94 -
CMYK 0 0.86 0.60 0.07
HSL 341.76º 0.84% 0.53% -
HSV(B) 341.76º 0.86% 0.93% -
XYZ 37.13 19.67 12.43 -
YUV 100.06 124.59 224.96 -
System Red Green Blue C M Y K H S L
Decimal 236 32 94 0 0.86 0.60 0.07 341.76 0.84 0.53
Hex EC 20 5E 0 56 3C 7 156 54 35
Octal 354 40 136 0 126 74 7 526 124 65
Binary 11101100 100000 1011110 0 1010110 111100 111 101010110 1010100 110101

Color Harmonies of #EC205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC205E

Black with #EC205E

Text Example


Text Example

White with #EC205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC205E; }

 p { color: rgb(236,32,94); }

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

background-color css

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

 a { background-color: rgb(236,32,94); }

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

border-color css

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

 span { border-color: rgb(236,32,94); }

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