Html Css Color HEX #EC216C Ruby

📋 copy color: '#EC216C'

red 236 ◦ green 33 ◦ blue 108

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

Shades of Ruby #EC216C

Tints of Ruby #EC216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 62.6%
G = 8.75%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC216C (or 0xEC216C) is known color: Ruby. HEX triplet: EC, 21 and 6C. RGB value is (236,33,108). Sum of RGB (Red+Green+Blue) = 236+33+108=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC216C is #13DE93. Grayscale: #666666. Windows color (decimal): -1302164 or 7086572. OLE color: 7086572.

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

Color convert

RGB 236 33 108 -
CMYK 0 0.86 0.54 0.07
HSL 337.83º 0.84% 0.53% -
HSV(B) 337.83º 0.86% 0.93% -
XYZ 37.84 20 16.05 -
YUV 102.25 131.25 223.4 -
System Red Green Blue C M Y K H S L
Decimal 236 33 108 0 0.86 0.54 0.07 337.83 0.84 0.53
Hex EC 21 6C 0 56 36 7 152 54 35
Octal 354 41 154 0 126 66 7 522 124 65
Binary 11101100 100001 1101100 0 1010110 110110 111 101010010 1010100 110101

Color Harmonies of #EC216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC216C

Black with #EC216C

Text Example


Text Example

White with #EC216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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