Html Css Color HEX #ED205F Ruby

📋 copy color: '#ED205F'

red 237 ◦ green 32 ◦ blue 95

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

Shades of Ruby #ED205F

Tints of Ruby #ED205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.1%

R = 65.11%
G = 8.79%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED205F (or 0xED205F) is known color: Ruby. HEX triplet: ED, 20 and 5F. RGB value is (237,32,95). Sum of RGB (Red+Green+Blue) = 237+32+95=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED205F is #12DFA0. Grayscale: #646464. Windows color (decimal): -1236897 or 6234349. OLE color: 6234349.

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

Color convert

RGB 237 32 95 -
CMYK 0 0.86 0.60 0.07
HSL 341.56º 0.85% 0.53% -
HSV(B) 341.56º 0.86% 0.93% -
XYZ 37.51 19.86 12.68 -
YUV 100.48 124.92 225.38 -
System Red Green Blue C M Y K H S L
Decimal 237 32 95 0 0.86 0.60 0.07 341.56 0.85 0.53
Hex ED 20 5F 0 56 3C 7 156 55 35
Octal 355 40 137 0 126 74 7 526 125 65
Binary 11101101 100000 1011111 0 1010110 111100 111 101010110 1010101 110101

Color Harmonies of #ED205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED205F

Black with #ED205F

Text Example


Text Example

White with #ED205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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