Html Css Color HEX #ED165D Ruby

📋 copy color: '#ED165D'

red 237 ◦ green 22 ◦ blue 93

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

Shades of Ruby #ED165D

Tints of Ruby #ED165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.25%

 BLUE value IS 93 (36.72% from 255) = 26.42%

R = 67.33%
G = 6.25%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#ED165D (or 0xED165D) is known color: Ruby. HEX triplet: ED, 16 and 5D. RGB value is (237,22,93). Sum of RGB (Red+Green+Blue) = 237+22+93=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED165D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED165D is #12E9A2. Grayscale: #5E5E5E. Windows color (decimal): -1239459 or 6100717. OLE color: 6100717.

HSL color Cylindrical-coordinate representation of color #ED165D: hue angle of 340.19º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED165D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 22 93 -
CMYK 0 0.91 0.61 0.07
HSL 340.19º 0.86% 0.51% -
HSV(B) 340.19º 0.91% 0.93% -
XYZ 37.19 19.37 12.13 -
YUV 94.38 127.23 229.73 -
System Red Green Blue C M Y K H S L
Decimal 237 22 93 0 0.91 0.61 0.07 340.19 0.86 0.51
Hex ED 16 5D 0 5B 3D 7 154 56 33
Octal 355 26 135 0 133 75 7 524 126 63
Binary 11101101 10110 1011101 0 1011011 111101 111 101010100 1010110 110011

Color Harmonies of #ED165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED165D

Black with #ED165D

Text Example


Text Example

White with #ED165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED165D; }

 p { color: rgb(237,22,93); }

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

background-color css

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

 a { background-color: rgb(237,22,93); }

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

border-color css

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

 span { border-color: rgb(237,22,93); }

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