Html Css Color HEX #ED2168 Ruby

📋 copy color: '#ED2168'

red 237 ◦ green 33 ◦ blue 104

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

Shades of Ruby #ED2168

Tints of Ruby #ED2168

RGB

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

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

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

R = 63.37%
G = 8.82%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED2168 (or 0xED2168) is known color: Ruby. HEX triplet: ED, 21 and 68. RGB value is (237,33,104). Sum of RGB (Red+Green+Blue) = 237+33+104=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2168 is #12DE97. Grayscale: #666666. Windows color (decimal): -1236632 or 6824429. OLE color: 6824429.

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

Color convert

RGB 237 33 104 -
CMYK 0 0.86 0.56 0.07
HSL 339.12º 0.85% 0.53% -
HSV(B) 339.12º 0.86% 0.93% -
XYZ 37.97 20.09 14.97 -
YUV 102.09 129.09 224.23 -
System Red Green Blue C M Y K H S L
Decimal 237 33 104 0 0.86 0.56 0.07 339.12 0.85 0.53
Hex ED 21 68 0 56 38 7 153 55 35
Octal 355 41 150 0 126 70 7 523 125 65
Binary 11101101 100001 1101000 0 1010110 111000 111 101010011 1010101 110101

Color Harmonies of #ED2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2168

Black with #ED2168

Text Example


Text Example

White with #ED2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2168; }

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

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

background-color css

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

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

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

border-color css

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

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

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