Html Css Color HEX #ED216A Ruby

📋 copy color: '#ED216A'

red 237 ◦ green 33 ◦ blue 106

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

Shades of Ruby #ED216A

Tints of Ruby #ED216A

RGB

 RED value IS 237 (92.97% from 255) = 63.03%

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

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

R = 63.03%
G = 8.78%
B = 28.19%

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

#ED216A (or 0xED216A) is known color: Ruby. HEX triplet: ED, 21 and 6A. RGB value is (237,33,106). Sum of RGB (Red+Green+Blue) = 237+33+106=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED216A is #12DE95. Grayscale: #666666. Windows color (decimal): -1236630 or 6955501. OLE color: 6955501.

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

Color convert

RGB 237 33 106 -
CMYK 0 0.86 0.55 0.07
HSL 338.53º 0.85% 0.53% -
HSV(B) 338.53º 0.86% 0.93% -
XYZ 38.07 20.13 15.52 -
YUV 102.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 237 33 106 0 0.86 0.55 0.07 338.53 0.85 0.53
Hex ED 21 6A 0 56 37 7 153 55 35
Octal 355 41 152 0 126 67 7 523 125 65
Binary 11101101 100001 1101010 0 1010110 110111 111 101010011 1010101 110101

Color Harmonies of #ED216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED216A

Black with #ED216A

Text Example


Text Example

White with #ED216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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