Html Css Color HEX #EC1D64 Ruby

📋 copy color: '#EC1D64'

red 236 ◦ green 29 ◦ blue 100

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

Shades of Ruby #EC1D64

Tints of Ruby #EC1D64

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 64.66%
G = 7.95%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1D64 (or 0xEC1D64) is known color: Ruby. HEX triplet: EC, 1D and 64. RGB value is (236,29,100). Sum of RGB (Red+Green+Blue) = 236+29+100=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D64 is #13E29B. Grayscale: #626262. Windows color (decimal): -1303196 or 6561260. OLE color: 6561260.

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

Color convert

RGB 236 29 100 -
CMYK 0 0.88 0.58 0.07
HSL 339.42º 0.84% 0.52% -
HSV(B) 339.42º 0.88% 0.93% -
XYZ 37.33 19.63 13.88 -
YUV 98.99 128.58 225.73 -
System Red Green Blue C M Y K H S L
Decimal 236 29 100 0 0.88 0.58 0.07 339.42 0.84 0.52
Hex EC 1D 64 0 58 3A 7 153 54 34
Octal 354 35 144 0 130 72 7 523 124 64
Binary 11101100 11101 1100100 0 1011000 111010 111 101010011 1010100 110100

Color Harmonies of #EC1D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D64

Black with #EC1D64

Text Example


Text Example

White with #EC1D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D64; }

 p { color: rgb(236,29,100); }

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

background-color css

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

 a { background-color: rgb(236,29,100); }

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

border-color css

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

 span { border-color: rgb(236,29,100); }

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