Html Css Color HEX #ED1668 Ruby

📋 copy color: '#ED1668'

red 237 ◦ green 22 ◦ blue 104

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

Shades of Ruby #ED1668

Tints of Ruby #ED1668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 65.29%
G = 6.06%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED1668 (or 0xED1668) is known color: Ruby. HEX triplet: ED, 16 and 68. RGB value is (237,22,104). Sum of RGB (Red+Green+Blue) = 237+22+104=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED1668 is #12E997. Grayscale: #5F5F5F. Windows color (decimal): -1239448 or 6821613. OLE color: 6821613.

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

Color convert

RGB 237 22 104 -
CMYK 0 0.91 0.56 0.07
HSL 337.12º 0.86% 0.51% -
HSV(B) 337.12º 0.91% 0.93% -
XYZ 37.71 19.58 14.89 -
YUV 95.63 132.73 228.83 -
System Red Green Blue C M Y K H S L
Decimal 237 22 104 0 0.91 0.56 0.07 337.12 0.86 0.51
Hex ED 16 68 0 5B 38 7 151 56 33
Octal 355 26 150 0 133 70 7 521 126 63
Binary 11101101 10110 1101000 0 1011011 111000 111 101010001 1010110 110011

Color Harmonies of #ED1668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1668

Black with #ED1668

Text Example


Text Example

White with #ED1668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1668; }

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

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

background-color css

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

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

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

border-color css

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

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

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