Html Css Color HEX #EC1855 Ruby

📋 copy color: '#EC1855'

red 236 ◦ green 24 ◦ blue 85

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

Shades of Ruby #EC1855

Tints of Ruby #EC1855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.64%

R = 68.41%
G = 6.96%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC1855 (or 0xEC1855) is known color: Ruby. HEX triplet: EC, 18 and 55. RGB value is (236,24,85). Sum of RGB (Red+Green+Blue) = 236+24+85=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1855 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1855 is #13E7AA. Grayscale: #5E5E5E. Windows color (decimal): -1304491 or 5576940. OLE color: 5576940.

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

Color convert

RGB 236 24 85 -
CMYK 0 0.90 0.64 0.07
HSL 342.74º 0.85% 0.51% -
HSV(B) 342.74º 0.9% 0.93% -
XYZ 36.56 19.14 10.36 -
YUV 94.34 122.74 229.04 -
System Red Green Blue C M Y K H S L
Decimal 236 24 85 0 0.90 0.64 0.07 342.74 0.85 0.51
Hex EC 18 55 0 5A 40 7 157 55 33
Octal 354 30 125 0 132 100 7 527 125 63
Binary 11101100 11000 1010101 0 1011010 1000000 111 101010111 1010101 110011

Color Harmonies of #EC1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1855

Black with #EC1855

Text Example


Text Example

White with #EC1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1855; }

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

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

background-color css

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

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

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

border-color css

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

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

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