Html Css Color HEX #EC1871 Ruby

📋 copy color: '#EC1871'

red 236 ◦ green 24 ◦ blue 113

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

Shades of Ruby #EC1871

Tints of Ruby #EC1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.43%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 63.27%
G = 6.43%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1871 (or 0xEC1871) is known color: Ruby. HEX triplet: EC, 18 and 71. RGB value is (236,24,113). Sum of RGB (Red+Green+Blue) = 236+24+113=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1871 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1871 is #13E78E. Grayscale: #616161. Windows color (decimal): -1304463 or 7411948. OLE color: 7411948.

HSL color Cylindrical-coordinate representation of color #EC1871: hue angle of 334.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1871 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 113 -
CMYK 0 0.90 0.52 0.07
HSL 334.81º 0.85% 0.51% -
HSV(B) 334.81º 0.9% 0.93% -
XYZ 37.9 19.68 17.42 -
YUV 97.53 136.74 226.76 -
System Red Green Blue C M Y K H S L
Decimal 236 24 113 0 0.90 0.52 0.07 334.81 0.85 0.51
Hex EC 18 71 0 5A 34 7 14F 55 33
Octal 354 30 161 0 132 64 7 517 125 63
Binary 11101100 11000 1110001 0 1011010 110100 111 101001111 1010101 110011

Color Harmonies of #EC1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1871

Black with #EC1871

Text Example


Text Example

White with #EC1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1871; }

 p { color: rgb(236,24,113); }

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

background-color css

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

 a { background-color: rgb(236,24,113); }

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

border-color css

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

 span { border-color: rgb(236,24,113); }

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