Html Css Color HEX #EC1D67 Ruby

📋 copy color: '#EC1D67'

red 236 ◦ green 29 ◦ blue 103

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

Shades of Ruby #EC1D67

Tints of Ruby #EC1D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 64.13%
G = 7.88%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1D67 (or 0xEC1D67) is known color: Ruby. HEX triplet: EC, 1D and 67. RGB value is (236,29,103). Sum of RGB (Red+Green+Blue) = 236+29+103=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1D67 is #13E298. Grayscale: #636363. Windows color (decimal): -1303193 or 6757868. OLE color: 6757868.

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

Color convert

RGB 236 29 103 -
CMYK 0 0.88 0.56 0.07
HSL 338.55º 0.84% 0.52% -
HSV(B) 338.55º 0.88% 0.93% -
XYZ 37.48 19.69 14.66 -
YUV 99.33 130.08 225.48 -
System Red Green Blue C M Y K H S L
Decimal 236 29 103 0 0.88 0.56 0.07 338.55 0.84 0.52
Hex EC 1D 67 0 58 38 7 153 54 34
Octal 354 35 147 0 130 70 7 523 124 64
Binary 11101100 11101 1100111 0 1011000 111000 111 101010011 1010100 110100

Color Harmonies of #EC1D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D67

Black with #EC1D67

Text Example


Text Example

White with #EC1D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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