Html Css Color HEX #EC1F5C Ruby

📋 copy color: '#EC1F5C'

red 236 ◦ green 31 ◦ blue 92

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

Shades of Ruby #EC1F5C

Tints of Ruby #EC1F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.64%

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 65.74%
G = 8.64%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC1F5C (or 0xEC1F5C) is known color: Ruby. HEX triplet: EC, 1F and 5C. RGB value is (236,31,92). Sum of RGB (Red+Green+Blue) = 236+31+92=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1F5C is #13E0A3. Grayscale: #636363. Windows color (decimal): -1302692 or 6037484. OLE color: 6037484.

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

Color convert

RGB 236 31 92 -
CMYK 0 0.87 0.61 0.07
HSL 342.15º 0.84% 0.52% -
HSV(B) 342.15º 0.87% 0.93% -
XYZ 37.01 19.59 11.95 -
YUV 99.25 123.92 225.54 -
System Red Green Blue C M Y K H S L
Decimal 236 31 92 0 0.87 0.61 0.07 342.15 0.84 0.52
Hex EC 1F 5C 0 57 3D 7 156 54 34
Octal 354 37 134 0 127 75 7 526 124 64
Binary 11101100 11111 1011100 0 1010111 111101 111 101010110 1010100 110100

Color Harmonies of #EC1F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F5C

Black with #EC1F5C

Text Example


Text Example

White with #EC1F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F5C; }

 p { color: rgb(236,31,92); }

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

background-color css

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

 a { background-color: rgb(236,31,92); }

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

border-color css

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

 span { border-color: rgb(236,31,92); }

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