Html Css Color HEX #ED166E Ruby

📋 copy color: '#ED166E'

red 237 ◦ green 22 ◦ blue 110

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

Shades of Ruby #ED166E

Tints of Ruby #ED166E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 64.23%
G = 5.96%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED166E (or 0xED166E) is known color: Ruby. HEX triplet: ED, 16 and 6E. RGB value is (237,22,110). Sum of RGB (Red+Green+Blue) = 237+22+110=369 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.23% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 237 - color contains mainly: red. Hex color #ED166E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED166E is #12E991. Grayscale: #606060. Windows color (decimal): -1239442 or 7214829. OLE color: 7214829.

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

Color convert

RGB 237 22 110 -
CMYK 0 0.91 0.54 0.07
HSL 335.44º 0.86% 0.51% -
HSV(B) 335.44º 0.91% 0.93% -
XYZ 38.03 19.7 16.55 -
YUV 96.32 135.73 228.34 -
System Red Green Blue C M Y K H S L
Decimal 237 22 110 0 0.91 0.54 0.07 335.44 0.86 0.51
Hex ED 16 6E 0 5B 36 7 14F 56 33
Octal 355 26 156 0 133 66 7 517 126 63
Binary 11101101 10110 1101110 0 1011011 110110 111 101001111 1010110 110011

Color Harmonies of #ED166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED166E

Black with #ED166E

Text Example


Text Example

White with #ED166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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