Html Css Color HEX #EC1B67 Ruby

📋 copy color: '#EC1B67'

red 236 ◦ green 27 ◦ blue 103

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

Shades of Ruby #EC1B67

Tints of Ruby #EC1B67

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.38%

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

R = 64.48%
G = 7.38%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1B67 (or 0xEC1B67) is known color: Ruby. HEX triplet: EC, 1B and 67. RGB value is (236,27,103). Sum of RGB (Red+Green+Blue) = 236+27+103=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B67 is #13E498. Grayscale: #626262. Windows color (decimal): -1303705 or 6757356. OLE color: 6757356.

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

Color convert

RGB 236 27 103 -
CMYK 0 0.89 0.56 0.07
HSL 338.18º 0.85% 0.52% -
HSV(B) 338.18º 0.89% 0.93% -
XYZ 37.43 19.6 14.64 -
YUV 98.16 130.74 226.32 -
System Red Green Blue C M Y K H S L
Decimal 236 27 103 0 0.89 0.56 0.07 338.18 0.85 0.52
Hex EC 1B 67 0 59 38 7 152 55 34
Octal 354 33 147 0 131 70 7 522 125 64
Binary 11101100 11011 1100111 0 1011001 111000 111 101010010 1010101 110100

Color Harmonies of #EC1B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B67

Black with #EC1B67

Text Example


Text Example

White with #EC1B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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