Html Css Color HEX #EC2166 Ruby

📋 copy color: '#EC2166'

red 236 ◦ green 33 ◦ blue 102

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

Shades of Ruby #EC2166

Tints of Ruby #EC2166

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 63.61%
G = 8.89%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC2166 (or 0xEC2166) is known color: Ruby. HEX triplet: EC, 21 and 66. RGB value is (236,33,102). Sum of RGB (Red+Green+Blue) = 236+33+102=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2166 is #13DE99. Grayscale: #656565. Windows color (decimal): -1302170 or 6693356. OLE color: 6693356.

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

Color convert

RGB 236 33 102 -
CMYK 0 0.86 0.57 0.07
HSL 339.61º 0.84% 0.53% -
HSV(B) 339.61º 0.86% 0.93% -
XYZ 37.53 19.88 14.43 -
YUV 101.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 236 33 102 0 0.86 0.57 0.07 339.61 0.84 0.53
Hex EC 21 66 0 56 39 7 154 54 35
Octal 354 41 146 0 126 71 7 524 124 65
Binary 11101100 100001 1100110 0 1010110 111001 111 101010100 1010100 110101

Color Harmonies of #EC2166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2166

Black with #EC2166

Text Example


Text Example

White with #EC2166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2166; }

 p { color: rgb(236,33,102); }

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

background-color css

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

 a { background-color: rgb(236,33,102); }

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

border-color css

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

 span { border-color: rgb(236,33,102); }

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