Html Css Color HEX #EC216A Ruby

📋 copy color: '#EC216A'

red 236 ◦ green 33 ◦ blue 106

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

Shades of Ruby #EC216A

Tints of Ruby #EC216A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 62.93%
G = 8.8%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC216A (or 0xEC216A) is known color: Ruby. HEX triplet: EC, 21 and 6A. RGB value is (236,33,106). Sum of RGB (Red+Green+Blue) = 236+33+106=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC216A is #13DE95. Grayscale: #656565. Windows color (decimal): -1302166 or 6955500. OLE color: 6955500.

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

Color convert

RGB 236 33 106 -
CMYK 0 0.86 0.55 0.07
HSL 338.42º 0.84% 0.53% -
HSV(B) 338.42º 0.86% 0.93% -
XYZ 37.74 19.96 15.5 -
YUV 102.02 130.25 223.56 -
System Red Green Blue C M Y K H S L
Decimal 236 33 106 0 0.86 0.55 0.07 338.42 0.84 0.53
Hex EC 21 6A 0 56 37 7 152 54 35
Octal 354 41 152 0 126 67 7 522 124 65
Binary 11101100 100001 1101010 0 1010110 110111 111 101010010 1010100 110101

Color Harmonies of #EC216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC216A

Black with #EC216A

Text Example


Text Example

White with #EC216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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