Html Css Color HEX #EC1E6D Ruby

📋 copy color: '#EC1E6D'

red 236 ◦ green 30 ◦ blue 109

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

Shades of Ruby #EC1E6D

Tints of Ruby #EC1E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 62.93%
G = 8%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC1E6D (or 0xEC1E6D) is known color: Ruby. HEX triplet: EC, 1E and 6D. RGB value is (236,30,109). Sum of RGB (Red+Green+Blue) = 236+30+109=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1E6D is #13E192. Grayscale: #646464. Windows color (decimal): -1302931 or 7151340. OLE color: 7151340.

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

Color convert

RGB 236 30 109 -
CMYK 0 0.87 0.54 0.07
HSL 336.99º 0.84% 0.52% -
HSV(B) 336.99º 0.87% 0.93% -
XYZ 37.82 19.87 16.31 -
YUV 100.6 132.75 224.58 -
System Red Green Blue C M Y K H S L
Decimal 236 30 109 0 0.87 0.54 0.07 336.99 0.84 0.52
Hex EC 1E 6D 0 57 36 7 151 54 34
Octal 354 36 155 0 127 66 7 521 124 64
Binary 11101100 11110 1101101 0 1010111 110110 111 101010001 1010100 110100

Color Harmonies of #EC1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E6D

Black with #EC1E6D

Text Example


Text Example

White with #EC1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E6D; }

 p { color: rgb(236,30,109); }

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

background-color css

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

 a { background-color: rgb(236,30,109); }

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

border-color css

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

 span { border-color: rgb(236,30,109); }

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