Html Css Color HEX #ED206A Ruby

📋 copy color: '#ED206A'

red 237 ◦ green 32 ◦ blue 106

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

Shades of Ruby #ED206A

Tints of Ruby #ED206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

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

R = 63.2%
G = 8.53%
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

#ED206A (or 0xED206A) is known color: Ruby. HEX triplet: ED, 20 and 6A. RGB value is (237,32,106). Sum of RGB (Red+Green+Blue) = 237+32+106=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED206A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED206A is #12DF95. Grayscale: #656565. Windows color (decimal): -1236886 or 6955245. OLE color: 6955245.

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

Color convert

RGB 237 32 106 -
CMYK 0 0.86 0.55 0.07
HSL 338.34º 0.85% 0.53% -
HSV(B) 338.34º 0.86% 0.93% -
XYZ 38.04 20.08 15.51 -
YUV 101.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 237 32 106 0 0.86 0.55 0.07 338.34 0.85 0.53
Hex ED 20 6A 0 56 37 7 152 55 35
Octal 355 40 152 0 126 67 7 522 125 65
Binary 11101101 100000 1101010 0 1010110 110111 111 101010010 1010101 110101

Color Harmonies of #ED206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED206A

Black with #ED206A

Text Example


Text Example

White with #ED206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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